#DDDDC3

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

Shades of Loafer #DDDDC3

Tints of Loafer #DDDDC3

Color information

#DDDDC3 (or 0xDDDDC3) is unknown color: approx Loafer. HEX triplet: DD, DD and C3. RGB value is (221,221,195). Sum of RGB (Red+Green+Blue) = 221+221+195=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC3 is #22223C. Grayscale: #DADADA. Windows color (decimal): -2236989 or 12836317. OLE color: 12836317.

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

Color convert

RGB221221195-
CMYK000.120.13
HSL60º27.66%81.57%-
HSV(B)60º11.76%86.67%-
XYZ65.5371.0361.89-
YUV218.04115130.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 195 (76.56% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221195000.120.136027.6681.57
HexDDDDC300CD3c1c52
Octal3353353030014157434122
Binary1101110111011101110000110011001101111100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDC3; }

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

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

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

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

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

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

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

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