#D4CCFF

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

Shades of Lavender Blue #D4CCFF

Tints of Lavender Blue #D4CCFF

Color information

#D4CCFF (or 0xD4CCFF) is unknown color: approx Lavender Blue. HEX triplet: D4, CC and FF. RGB value is (212,204,255). Sum of RGB (Red+Green+Blue) = 212+204+255=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFF is #2B3300. Grayscale: #D4D4D4. Windows color (decimal): -2831105 or 16764116. OLE color: 16764116.

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

Color convert

RGB212204255-
CMYK0.170.200
HSL249.41º100%90%-
HSV(B)249.41º20%100%-
XYZ66.7964.4103.52-
YUV212.21152.15127.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 255 (100% from 255) = 38.00%
R=31.59%
G=30.40%
B=38.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122042550.170.200249.4110090
HexD4CCFF111400f9645a
Octal324314377212400371144132
Binary1101010011001100111111111000110100001111100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCFF; }

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

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

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

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

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

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

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

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