#D9CEFF

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

Shades of Lavender Blue #D9CEFF

Tints of Lavender Blue #D9CEFF

Color information

#D9CEFF (or 0xD9CEFF) is unknown color: approx Lavender Blue. HEX triplet: D9, CE and FF. RGB value is (217,206,255). Sum of RGB (Red+Green+Blue) = 217+206+255=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFF is #263100. Grayscale: #D6D6D6. Windows color (decimal): -2502913 or 16764633. OLE color: 16764633.

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

Color convert

RGB217206255-
CMYK0.150.1900
HSL253.47º100%90.39%-
HSV(B)253.47º19.22%100%-
XYZ68.7466.11103.75-
YUV214.88150.64129.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 255 (100% from 255) = 37.61%
R=32.01%
G=30.38%
B=37.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172062550.150.1900253.4710090.39
HexD9CEFFF1300fd645a
Octal331316377172300375144132
Binary110110011100111011111111111110011001111110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEFF; }

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

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

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

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

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

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

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

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