#D0CCF1

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

Shades of Lavender Blue #D0CCF1

Tints of Lavender Blue #D0CCF1

Color information

#D0CCF1 (or 0xD0CCF1) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and F1. RGB value is (208,204,241). Sum of RGB (Red+Green+Blue) = 208+204+241=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF1 is #2F330E. Grayscale: #D1D1D1. Windows color (decimal): -3093263 or 15846608. OLE color: 15846608.

HSL color Cylindrical-coordinate representation of color #D0CCF1: hue angle of 246.49º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CCF1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208204241-
CMYK0.140.1500.05
HSL246.49º56.92%87.25%-
HSV(B)246.49º15.35%94.51%-
XYZ63.4862.9592.02-
YUV209.41145.83126.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=31.85%
G=31.24%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082042410.140.1500.05246.4956.9287.25
HexD0CCF1EF05f63957
Octal32031436116170536671127
Binary110100001100110011110001111011110101111101101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCF1; }

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

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

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

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

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

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

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

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