#D0CEFC

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

Shades of Lavender Blue #D0CEFC

Tints of Lavender Blue #D0CEFC

Color information

#D0CEFC (or 0xD0CEFC) is unknown color: approx Lavender Blue. HEX triplet: D0, CE and FC. RGB value is (208,206,252). Sum of RGB (Red+Green+Blue) = 208+206+252=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEFC is #2F3103. Grayscale: #D3D3D3. Windows color (decimal): -3092740 or 16568016. OLE color: 16568016.

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

Color convert

RGB208206252-
CMYK0.170.1800.01
HSL242.61º88.46%89.8%-
HSV(B)242.61º18.25%98.82%-
XYZ65.6564.58101.1-
YUV211.84150.66125.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 252 (98.83% from 255) = 37.84%
R=31.23%
G=30.93%
B=37.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082062520.170.1800.01242.6188.4689.8
HexD0CEFC111201f3585a
Octal320316374212201363130132
Binary1101000011001110111111001000110010011111001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEFC; }

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

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

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

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

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

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

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

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