#D9CCFE

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

Shades of Lavender Blue #D9CCFE

Tints of Lavender Blue #D9CCFE

Color information

#D9CCFE (or 0xD9CCFE) is unknown color: approx Lavender Blue. HEX triplet: D9, CC and FE. RGB value is (217,204,254). Sum of RGB (Red+Green+Blue) = 217+204+254=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFE is #263301. Grayscale: #D5D5D5. Windows color (decimal): -2503426 or 16698585. OLE color: 16698585.

HSL color Cylindrical-coordinate representation of color #D9CCFE: hue angle of 255.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 #D9CCFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217204254-
CMYK0.150.2000.00
HSL255.6º96.15%89.8%-
HSV(B)255.6º19.69%99.61%-
XYZ68.165.09102.74-
YUV213.59150.81130.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=32.15%
G=30.22%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172042540.150.2000.00255.696.1589.8
HexD9CCFEF1400100605a
Octal331314376172400400140132
Binary1101100111001100111111101111101000010000000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCFE; }

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

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

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

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

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

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

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

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