Html Css Color HEX #DDD2CB Swiss Coffee

📋 copy color: '#DDD2CB'

red 221 ◦ green 210 ◦ blue 203

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

Shades of Swiss Coffee #DDD2CB

Tints of Swiss Coffee #DDD2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.02%

R = 34.86%
G = 33.12%
B = 32.02%

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

#DDD2CB (or 0xDDD2CB) is known color: Swiss Coffee. HEX triplet: DD, D2 and CB. RGB value is (221,210,203). Sum of RGB (Red+Green+Blue) = 221+210+203=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2CB is #222D34. Grayscale: #D4D4D4. Windows color (decimal): -2239797 or 13357789. OLE color: 13357789.

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

Color convert

RGB 221 210 203 -
CMYK 0 0.05 0.08 0.13
HSL 23.33º 0.21% 0.83% -
HSV(B) 23.33º 0.08% 0.87% -
XYZ 63.64 65.78 65.84 -
YUV 212.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 221 210 203 0 0.05 0.08 0.13 23.33 0.21 0.83
Hex DD D2 CB 0 5 8 D 17 15 53
Octal 335 322 313 0 5 10 15 27 25 123
Binary 11011101 11010010 11001011 0 101 1000 1101 10111 10101 1010011

Color Harmonies of #DDD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2CB

Black with #DDD2CB

Text Example


Text Example

White with #DDD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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