#D9CEFD

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

Shades of Lavender Blue #D9CEFD

Tints of Lavender Blue #D9CEFD

Color information

#D9CEFD (or 0xD9CEFD) is unknown color: approx Lavender Blue. HEX triplet: D9, CE and FD. RGB value is (217,206,253). Sum of RGB (Red+Green+Blue) = 217+206+253=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFD is #263102. Grayscale: #D6D6D6. Windows color (decimal): -2502915 or 16633561. OLE color: 16633561.

HSL color Cylindrical-coordinate representation of color #D9CEFD: hue angle of 254.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CEFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217206253-
CMYK0.140.1900.01
HSL254.04º92.16%90%-
HSV(B)254.04º18.58%99.22%-
XYZ68.4265.99102.06-
YUV214.65149.64129.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=32.10%
G=30.47%
B=37.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172062530.140.1900.01254.0492.1690
HexD9CEFDE1301fe5c5a
Octal331316375162301376134132
Binary110110011100111011111101111010011011111111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEFD; }

 p { color: rgb(217,206,253); }

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

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

 a { background-color: rgb(217,206,253); }

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

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

 span { border-color: rgb(217,206,253); }

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