#D0CCF7

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

Shades of Lavender Blue #D0CCF7

Tints of Lavender Blue #D0CCF7

Color information

#D0CCF7 (or 0xD0CCF7) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and F7. RGB value is (208,204,247). Sum of RGB (Red+Green+Blue) = 208+204+247=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF7 is #2F3308. Grayscale: #D1D1D1. Windows color (decimal): -3093257 or 16239824. OLE color: 16239824.

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

Color convert

RGB208204247-
CMYK0.160.1700.03
HSL245.58º72.88%88.43%-
HSV(B)245.58º17.41%96.86%-
XYZ64.3963.3196.82-
YUV210.1148.83126.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=31.56%
G=30.96%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082042470.160.1700.03245.5872.8888.43
HexD0CCF7101103f64958
Octal320314367202103366111130
Binary11010000110011001111011110000100010111111011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCF7; }

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

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

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

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

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

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

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

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