#DDCBCB

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

Shades of Light Grey #DDCBCB

Tints of Light Grey #DDCBCB

Color information

#DDCBCB (or 0xDDCBCB) is unknown color: approx Light Grey. HEX triplet: DD, CB and CB. RGB value is (221,203,203). Sum of RGB (Red+Green+Blue) = 221+203+203=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBCB is #223434. Grayscale: #D0D0D0. Windows color (decimal): -2241589 or 13355997. OLE color: 13355997.

HSL color Cylindrical-coordinate representation of color #DDCBCB: hue angle of 0º degrees, saturation: 0.21, 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 #DDCBCB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221203203-
CMYK00.080.080.13
HSL20.93%83.14%-
HSV(B)8.14%86.67%-
XYZ61.9562.465.28-
YUV208.38124.96137-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=35.25%
G=32.38%
B=32.38%

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
Decimal22120320300.080.080.13020.9383.14
HexDDCBCB088D01553
Octal3353133130101015025123
Binary11011101110010111100101101000100011010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBCB; }

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

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

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

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

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

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

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

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