#D1CCCC

Color #D1CCCC Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D1CCCC

Tints of Very Light Grey #D1CCCC

Color information

#D1CCCC (or 0xD1CCCC) is unknown color: approx Very Light Grey. HEX triplet: D1, CC and CC. RGB value is (209,204,204). Sum of RGB (Red+Green+Blue) = 209+204+204=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCCC is #2E3333. Grayscale: #CDCDCD. Windows color (decimal): -3027764 or 13421777. OLE color: 13421777.

HSL color Cylindrical-coordinate representation of color #D1CCCC: hue angle of 0º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CCCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209204204-
CMYK00.020.020.18
HSL5.15%80.98%-
HSV(B)2.39%81.96%-
XYZ58.7961.165.82-
YUV205.49127.16130.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.87%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=33.87%
G=33.06%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920420400.020.020.1805.1580.98
HexD1CCCC022120551
Octal3213143140222205121
Binary110100011100110011001100010101001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCCC; }

 p { color: rgb(209,204,204); }

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

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

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

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

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

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

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