#D6CFFC

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

Shades of Lavender Blue #D6CFFC

Tints of Lavender Blue #D6CFFC

Color information

#D6CFFC (or 0xD6CFFC) is unknown color: approx Lavender Blue. HEX triplet: D6, CF and FC. RGB value is (214,207,252). Sum of RGB (Red+Green+Blue) = 214+207+252=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFC is #293003. Grayscale: #D6D6D6. Windows color (decimal): -2699268 or 16568278. OLE color: 16568278.

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

Color convert

RGB214207252-
CMYK0.150.1800.01
HSL249.33º88.24%90%-
HSV(B)249.33º17.86%98.82%-
XYZ67.6265.95101.26-
YUV214.22149.32127.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=31.80%
G=30.76%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142072520.150.1800.01249.3388.2490
HexD6CFFCF1201f9585a
Octal326317374172201371130132
Binary110101101100111111111100111110010011111100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFFC; }

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

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

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

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

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

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

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

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