#D0CBFE

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

Shades of Lavender Blue #D0CBFE

Tints of Lavender Blue #D0CBFE

Color information

#D0CBFE (or 0xD0CBFE) is unknown color: approx Lavender Blue. HEX triplet: D0, CB and FE. RGB value is (208,203,254). Sum of RGB (Red+Green+Blue) = 208+203+254=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFE is #2F3401. Grayscale: #D2D2D2. Windows color (decimal): -3093506 or 16698320. OLE color: 16698320.

HSL color Cylindrical-coordinate representation of color #D0CBFE: hue angle of 245.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CBFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208203254-
CMYK0.180.2000.00
HSL245.88º96.23%89.61%-
HSV(B)245.88º20.08%99.61%-
XYZ65.2663.28102.54-
YUV210.31152.66126.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=31.28%
G=30.53%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082032540.180.2000.00245.8896.2389.61
HexD0CBFE121400f6605a
Octal320313376222400366140132
Binary1101000011001011111111101001010100001111011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBFE; }

 p { color: rgb(208,203,254); }

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

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

 a { background-color: rgb(208,203,254); }

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

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

 span { border-color: rgb(208,203,254); }

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