#D0CBFC

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

Shades of Lavender Blue #D0CBFC

Tints of Lavender Blue #D0CBFC

Color information

#D0CBFC (or 0xD0CBFC) is unknown color: approx Lavender Blue. HEX triplet: D0, CB and FC. RGB value is (208,203,252). Sum of RGB (Red+Green+Blue) = 208+203+252=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBFC is #2F3403. Grayscale: #D1D1D1. Windows color (decimal): -3093508 or 16567248. OLE color: 16567248.

HSL color Cylindrical-coordinate representation of color #D0CBFC: hue angle of 246.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CBFC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208203252-
CMYK0.170.1900.01
HSL246.12º89.09%89.22%-
HSV(B)246.12º19.44%98.82%-
XYZ64.9463.15100.86-
YUV210.08151.66126.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=31.37%
G=30.62%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082032520.170.1900.01246.1289.0989.22
HexD0CBFC111301f65959
Octal320313374212301366131131
Binary1101000011001011111111001000110011011111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBFC; }

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

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

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

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

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

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

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

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