#D3CEFE

Color #D3CEFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D3CEFE

Tints of Lavender Blue #D3CEFE

Color information

#D3CEFE (or 0xD3CEFE) is unknown color: approx Lavender Blue. HEX triplet: D3, CE and FE. RGB value is (211,206,254). Sum of RGB (Red+Green+Blue) = 211+206+254=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEFE is #2C3101. Grayscale: #D4D4D4. Windows color (decimal): -2896130 or 16699091. OLE color: 16699091.

HSL color Cylindrical-coordinate representation of color #D3CEFE: hue angle of 246.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3CEFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB211206254-
CMYK0.170.1900.00
HSL246.25º96%90.2%-
HSV(B)246.25º18.9%99.61%-
XYZ66.8265.15102.82-
YUV212.97151.16126.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 31.45%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=31.45%
G=30.70%
B=37.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112062540.170.1900.00246.259690.2
HexD3CEFE111300f6605a
Octal323316376212300366140132
Binary1101001111001110111111101000110011001111011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEFE; }

 p { color: rgb(211,206,254); }

 H1.HeaderClassName
 {
   color: #D3CEFE;
 }
 .AnyTagClassName
 {
   color: #D3CEFE;
 }
</style>
background-color css

<style>
 a { background-color: #D3CEFE; }

 a { background-color: rgb(211,206,254); }

 div.DivClassName
 {
   background-color: #D3CEFE;
 }
 .BgClassName
 {
   background-color: #D3CEFE;
 }
</style>
border-color css

<style>
 span { border-color: #D3CEFE; }

 span { border-color: rgb(211,206,254); }

 td.TdClassName
 {
   border-color: #D3CEFE;
 }
 .TagClassName
 {
   border-color: #D3CEFE;
 }
</style>