#DDCCCC

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

Shades of Light Grey #DDCCCC

Tints of Light Grey #DDCCCC

Color information

#DDCCCC (or 0xDDCCCC) is unknown color: approx Light Grey. HEX triplet: DD, CC and CC. RGB value is (221,204,204). Sum of RGB (Red+Green+Blue) = 221+204+204=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCC is #223333. Grayscale: #D1D1D1. Windows color (decimal): -2241332 or 13421789. OLE color: 13421789.

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

Color convert

RGB221204204-
CMYK00.080.080.13
HSL20%83.33%-
HSV(B)7.69%86.67%-
XYZ62.3162.9265.99-
YUV209.08125.13136.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=35.14%
G=32.43%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120420400.080.080.1302083.33
HexDDCCCC088D01453
Octal3353143140101015024123
Binary11011101110011001100110001000100011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCCC; }

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

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

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

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

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

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

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

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