#D3CCCC

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

Shades of Very Light Grey #D3CCCC

Tints of Very Light Grey #D3CCCC

Color information

#D3CCCC (or 0xD3CCCC) is unknown color: approx Very Light Grey. HEX triplet: D3, CC and CC. RGB value is (211,204,204). Sum of RGB (Red+Green+Blue) = 211+204+204=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCCC is #2C3333. Grayscale: #CECECE. Windows color (decimal): -2896692 or 13421779. OLE color: 13421779.

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

Color convert

RGB211204204-
CMYK00.030.030.17
HSL7.37%81.37%-
HSV(B)3.32%82.75%-
XYZ59.3661.3965.85-
YUV206.09126.82131.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=34.09%
G=32.96%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120420400.030.030.1707.3781.37
HexD3CCCC033110751
Octal3233143140332107121
Binary110100111100110011001100011111000101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCCC; }

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

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

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

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

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

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

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

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