#D4CCFE

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

Shades of Lavender Blue #D4CCFE

Tints of Lavender Blue #D4CCFE

Color information

#D4CCFE (or 0xD4CCFE) is unknown color: approx Lavender Blue. HEX triplet: D4, CC and FE. RGB value is (212,204,254). Sum of RGB (Red+Green+Blue) = 212+204+254=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFE is #2B3301. Grayscale: #D3D3D3. Windows color (decimal): -2831106 or 16698580. OLE color: 16698580.

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

Color convert

RGB212204254-
CMYK0.170.2000.00
HSL249.6º96.15%89.8%-
HSV(B)249.6º19.69%99.61%-
XYZ66.6364.34102.67-
YUV212.09151.65127.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=31.64%
G=30.45%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122042540.170.2000.00249.696.1589.8
HexD4CCFE111400fa605a
Octal324314376212400372140132
Binary1101010011001100111111101000110100001111101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCFE; }

 p { color: rgb(212,204,254); }

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

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

 a { background-color: rgb(212,204,254); }

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

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

 span { border-color: rgb(212,204,254); }

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