#D9CDFE

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

Shades of Lavender Blue #D9CDFE

Tints of Lavender Blue #D9CDFE

Color information

#D9CDFE (or 0xD9CDFE) is unknown color: approx Lavender Blue. HEX triplet: D9, CD and FE. RGB value is (217,205,254). Sum of RGB (Red+Green+Blue) = 217+205+254=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFE is #263201. Grayscale: #D5D5D5. Windows color (decimal): -2503170 or 16698841. OLE color: 16698841.

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

Color convert

RGB217205254-
CMYK0.150.1900.00
HSL254.69º96.08%90%-
HSV(B)254.69º19.29%99.61%-
XYZ68.3465.57102.82-
YUV214.17150.48130.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=32.10%
G=30.33%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172052540.150.1900.00254.6996.0890
HexD9CDFEF1300ff605a
Octal331315376172300377140132
Binary110110011100110111111110111110011001111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDFE; }

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

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

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

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

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

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

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

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