#D0CCF5

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

Shades of Lavender Blue #D0CCF5

Tints of Lavender Blue #D0CCF5

Color information

#D0CCF5 (or 0xD0CCF5) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and F5. RGB value is (208,204,245). Sum of RGB (Red+Green+Blue) = 208+204+245=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF5 is #2F330A. Grayscale: #D1D1D1. Windows color (decimal): -3093259 or 16108752. OLE color: 16108752.

HSL color Cylindrical-coordinate representation of color #D0CCF5: hue angle of 245.85º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CCF5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208204245-
CMYK0.150.1700.04
HSL245.85º67.21%88.04%-
HSV(B)245.85º16.73%96.08%-
XYZ64.0963.1995.21-
YUV209.87147.83126.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=31.66%
G=31.05%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082042450.150.1700.04245.8567.2188.04
HexD0CCF5F1104f64358
Octal320314365172104366103130
Binary11010000110011001111010111111000101001111011010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCF5; }

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

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

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

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

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

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

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

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