#D9CFFE

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

Shades of Lavender Blue #D9CFFE

Tints of Lavender Blue #D9CFFE

Color information

#D9CFFE (or 0xD9CFFE) is unknown color: approx Lavender Blue. HEX triplet: D9, CF and FE. RGB value is (217,207,254). Sum of RGB (Red+Green+Blue) = 217+207+254=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFE is #263001. Grayscale: #D7D7D7. Windows color (decimal): -2502658 or 16699353. OLE color: 16699353.

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

Color convert

RGB217207254-
CMYK0.150.1900.00
HSL252.77º95.92%90.39%-
HSV(B)252.77º18.5%99.61%-
XYZ68.8266.53102.98-
YUV215.35149.81129.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=32.01%
G=30.53%
B=37.46%

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
Decimal2172072540.150.1900.00252.7795.9290.39
HexD9CFFEF1300fd605a
Octal331317376172300375140132
Binary110110011100111111111110111110011001111110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFFE; }

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

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

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

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

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

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

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

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