#D0CBF9

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

Shades of Lavender Blue #D0CBF9

Tints of Lavender Blue #D0CBF9

Color information

#D0CBF9 (or 0xD0CBF9) is unknown color: approx Lavender Blue. HEX triplet: D0, CB and F9. RGB value is (208,203,249). Sum of RGB (Red+Green+Blue) = 208+203+249=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBF9 is #2F3406. Grayscale: #D1D1D1. Windows color (decimal): -3093511 or 16370640. OLE color: 16370640.

HSL color Cylindrical-coordinate representation of color #D0CBF9: hue angle of 246.52º degrees, saturation: 0.79, 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 #D0CBF9 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208203249-
CMYK0.160.1800.02
HSL246.52º79.31%88.63%-
HSV(B)246.52º18.47%97.65%-
XYZ64.4762.9698.38-
YUV209.74150.16126.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.52%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=31.52%
G=30.76%
B=37.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082032490.160.1800.02246.5279.3188.63
HexD0CBF9101202f74f59
Octal320313371202202367117131
Binary11010000110010111111100110000100100101111011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBF9; }

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

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

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

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

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

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

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

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