#D0CCF9

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

Shades of Lavender Blue #D0CCF9

Tints of Lavender Blue #D0CCF9

Color information

#D0CCF9 (or 0xD0CCF9) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and F9. RGB value is (208,204,249). Sum of RGB (Red+Green+Blue) = 208+204+249=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF9 is #2F3306. Grayscale: #D2D2D2. Windows color (decimal): -3093255 or 16370896. OLE color: 16370896.

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

Color convert

RGB208204249-
CMYK0.160.1800.02
HSL245.33º78.95%88.82%-
HSV(B)245.33º18.07%97.65%-
XYZ64.763.4498.46-
YUV210.33149.83126.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=31.47%
G=30.86%
B=37.67%

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
Decimal2082042490.160.1800.02245.3378.9588.82
HexD0CCF9101202f54f59
Octal320314371202202365117131
Binary11010000110011001111100110000100100101111010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCF9; }

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

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

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

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

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

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

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

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