#D8CFFE

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

Shades of Lavender Blue #D8CFFE

Tints of Lavender Blue #D8CFFE

Color information

#D8CFFE (or 0xD8CFFE) is unknown color: approx Lavender Blue. HEX triplet: D8, CF and FE. RGB value is (216,207,254). Sum of RGB (Red+Green+Blue) = 216+207+254=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFE is #273001. Grayscale: #D6D6D6. Windows color (decimal): -2568194 or 16699352. OLE color: 16699352.

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

Color convert

RGB216207254-
CMYK0.150.1900.00
HSL251.49º95.92%90.39%-
HSV(B)251.49º18.5%99.61%-
XYZ68.5266.38102.97-
YUV215.05149.98128.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.91%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=31.91%
G=30.58%
B=37.52%

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
Decimal2162072540.150.1900.00251.4995.9290.39
HexD8CFFEF1300fb605a
Octal330317376172300373140132
Binary110110001100111111111110111110011001111101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFFE; }

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

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

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

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

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

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

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

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