Html Css Color HEX #DDD2CC Swiss Coffee

📋 copy color: '#DDD2CC'

red 221 ◦ green 210 ◦ blue 204

#DDD2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swiss Coffee #DDD2CC

Tints of Swiss Coffee #DDD2CC

RGB

 RED value IS 221 (86.72% from 255) = 34.8%

 GREEN value IS 210 (82.42% from 255) = 33.07%

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 34.8%
G = 33.07%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD2CC (or 0xDDD2CC) is known color: Swiss Coffee. HEX triplet: DD, D2 and CC. RGB value is (221,210,204). Sum of RGB (Red+Green+Blue) = 221+210+204=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2CC is #222D33. Grayscale: #D4D4D4. Windows color (decimal): -2239796 or 13423325. OLE color: 13423325.

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

Color convert

RGB 221 210 204 -
CMYK 0 0.05 0.08 0.13
HSL 21.18º 0.2% 0.83% -
HSV(B) 21.18º 0.08% 0.87% -
XYZ 63.76 65.82 66.47 -
YUV 212.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 221 210 204 0 0.05 0.08 0.13 21.18 0.2 0.83
Hex DD D2 CC 0 5 8 D 15 14 53
Octal 335 322 314 0 5 10 15 25 24 123
Binary 11011101 11010010 11001100 0 101 1000 1101 10101 10100 1010011

Color Harmonies of #DDD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2CC

Black with #DDD2CC

Text Example


Text Example

White with #DDD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2CC; }

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

 H1.HeaderClassName
 {
   color: #DDD2CC;
 }
 .AnyTagClassName
 {
   color: #DDD2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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