#D0CEFB

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

Shades of Lavender Blue #D0CEFB

Tints of Lavender Blue #D0CEFB

Color information

#D0CEFB (or 0xD0CEFB) is unknown color: approx Lavender Blue. HEX triplet: D0, CE and FB. RGB value is (208,206,251). Sum of RGB (Red+Green+Blue) = 208+206+251=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEFB is #2F3104. Grayscale: #D3D3D3. Windows color (decimal): -3092741 or 16502480. OLE color: 16502480.

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

Color convert

RGB208206251-
CMYK0.170.1800.02
HSL242.67º84.91%89.61%-
HSV(B)242.67º17.93%98.43%-
XYZ65.564.52100.27-
YUV211.73150.16125.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=31.28%
G=30.98%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082062510.170.1800.02242.6784.9189.61
HexD0CEFB111202f3555a
Octal320316373212202363125132
Binary11010000110011101111101110001100100101111001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEFB; }

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

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

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

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

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

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

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

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