#D8CFFC

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

Shades of Lavender Blue #D8CFFC

Tints of Lavender Blue #D8CFFC

Color information

#D8CFFC (or 0xD8CFFC) is unknown color: approx Lavender Blue. HEX triplet: D8, CF and FC. RGB value is (216,207,252). Sum of RGB (Red+Green+Blue) = 216+207+252=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFC is #273003. Grayscale: #D6D6D6. Windows color (decimal): -2568196 or 16568280. OLE color: 16568280.

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

Color convert

RGB216207252-
CMYK0.140.1800.01
HSL252º88.24%90%-
HSV(B)252º17.86%98.82%-
XYZ68.266.25101.29-
YUV214.82148.98128.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=32%
G=30.67%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162072520.140.1800.0125288.2490
HexD8CFFCE1201fc585a
Octal330317374162201374130132
Binary110110001100111111111100111010010011111110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFFC; }

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

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

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

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

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

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

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

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