#DDDDCB

Color #DDDDCB Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #DDDDCB

Tints of Green White #DDDDCB

Color information

#DDDDCB (or 0xDDDDCB) is unknown color: approx Green White. HEX triplet: DD, DD and CB. RGB value is (221,221,203). Sum of RGB (Red+Green+Blue) = 221+221+203=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCB is #222234. Grayscale: #DBDBDB. Windows color (decimal): -2236981 or 13360605. OLE color: 13360605.

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

Color convert

RGB221221203-
CMYK000.080.13
HSL60º20.93%83.14%-
HSV(B)60º8.14%86.67%-
XYZ66.4571.466.78-
YUV218.95119129.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221203000.080.136020.9383.14
HexDDDDCB008D3c1553
Octal3353353130010157425123
Binary1101110111011101110010110010001101111100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDCB; }

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

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

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

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

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

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

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

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