#D6CEFA

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

Shades of Lavender Blue #D6CEFA

Tints of Lavender Blue #D6CEFA

Color information

#D6CEFA (or 0xD6CEFA) is unknown color: approx Lavender Blue. HEX triplet: D6, CE and FA. RGB value is (214,206,250). Sum of RGB (Red+Green+Blue) = 214+206+250=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFA is #293105. Grayscale: #D5D5D5. Windows color (decimal): -2699526 or 16436950. OLE color: 16436950.

HSL color Cylindrical-coordinate representation of color #D6CEFA: hue angle of 250.91º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CEFA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214206250-
CMYK0.140.1800.02
HSL250.91º81.48%89.41%-
HSV(B)250.91º17.6%98.04%-
XYZ67.0665.3499.52-
YUV213.41148.65128.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=31.94%
G=30.75%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142062500.140.1800.02250.9181.4889.41
HexD6CEFAE1202fb5159
Octal326316372162202373121131
Binary1101011011001110111110101110100100101111101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEFA; }

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

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

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

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

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

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

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

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