#D0CAF7

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

Shades of Lavender Blue #D0CAF7

Tints of Lavender Blue #D0CAF7

Color information

#D0CAF7 (or 0xD0CAF7) is unknown color: approx Lavender Blue. HEX triplet: D0, CA and F7. RGB value is (208,202,247). Sum of RGB (Red+Green+Blue) = 208+202+247=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAF7 is #2F3508. Grayscale: #D0D0D0. Windows color (decimal): -3093769 or 16239312. OLE color: 16239312.

HSL color Cylindrical-coordinate representation of color #D0CAF7: hue angle of 248º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0CAF7 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208202247-
CMYK0.160.1800.03
HSL248º73.77%88.04%-
HSV(B)248º18.22%96.86%-
XYZ63.9262.3796.66-
YUV208.92149.49127.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=31.66%
G=30.75%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082022470.160.1800.0324873.7788.04
HexD0CAF7101203f84a58
Octal320312367202203370112130
Binary11010000110010101111011110000100100111111100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAF7; }

 p { color: rgb(208,202,247); }

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

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

 a { background-color: rgb(208,202,247); }

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

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

 span { border-color: rgb(208,202,247); }

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