Html Css Color HEX #DDD1CA Swiss Coffee

📋 copy color: '#DDD1CA'

red 221 ◦ green 209 ◦ blue 202

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

Shades of Swiss Coffee #DDD1CA

Tints of Swiss Coffee #DDD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 34.97%
G = 33.07%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDD1CA (or 0xDDD1CA) is known color: Swiss Coffee. HEX triplet: DD, D1 and CA. RGB value is (221,209,202). Sum of RGB (Red+Green+Blue) = 221+209+202=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1CA is #222E35. Grayscale: #D3D3D3. Windows color (decimal): -2240054 or 13291997. OLE color: 13291997.

HSL color Cylindrical-coordinate representation of color #DDD1CA: hue angle of 22.11º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD1CA is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 202 -
CMYK 0 0.05 0.09 0.13
HSL 22.11º 0.22% 0.83% -
HSV(B) 22.11º 0.09% 0.87% -
XYZ 63.28 65.24 65.13 -
YUV 211.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 221 209 202 0 0.05 0.09 0.13 22.11 0.22 0.83
Hex DD D1 CA 0 5 9 D 16 16 53
Octal 335 321 312 0 5 11 15 26 26 123
Binary 11011101 11010001 11001010 0 101 1001 1101 10110 10110 1010011

Color Harmonies of #DDD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1CA

Black with #DDD1CA

Text Example


Text Example

White with #DDD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1CA; }

 p { color: rgb(221,209,202); }

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

background-color css

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

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

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

border-color css

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

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

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