#D6CEFC

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

Shades of Lavender Blue #D6CEFC

Tints of Lavender Blue #D6CEFC

Color information

#D6CEFC (or 0xD6CEFC) is unknown color: approx Lavender Blue. HEX triplet: D6, CE and FC. RGB value is (214,206,252). Sum of RGB (Red+Green+Blue) = 214+206+252=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFC is #293103. Grayscale: #D5D5D5. Windows color (decimal): -2699524 or 16568022. OLE color: 16568022.

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

Color convert

RGB214206252-
CMYK0.150.1800.01
HSL250.43º88.46%89.8%-
HSV(B)250.43º18.25%98.82%-
XYZ67.3765.47101.18-
YUV213.64149.65128.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=31.85%
G=30.65%
B=37.5%

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
Decimal2142062520.150.1800.01250.4388.4689.8
HexD6CEFCF1201fa585a
Octal326316374172201372130132
Binary110101101100111011111100111110010011111101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEFC; }

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

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

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

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

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

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

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

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