Html Css Color HEX #DDD0CA Swiss Coffee

📋 copy color: '#DDD0CA'

red 221 ◦ green 208 ◦ blue 202

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

Shades of Swiss Coffee #DDD0CA

Tints of Swiss Coffee #DDD0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.96%

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

R = 35.02%
G = 32.96%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDD0CA (or 0xDDD0CA) is known color: Swiss Coffee. HEX triplet: DD, D0 and CA. RGB value is (221,208,202). Sum of RGB (Red+Green+Blue) = 221+208+202=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CA is #222F35. Grayscale: #D3D3D3. Windows color (decimal): -2240310 or 13291741. OLE color: 13291741.

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

Color convert

RGB 221 208 202 -
CMYK 0 0.06 0.09 0.13
HSL 18.95º 0.22% 0.83% -
HSV(B) 18.95º 0.09% 0.87% -
XYZ 63.04 64.75 65.05 -
YUV 211.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 221 208 202 0 0.06 0.09 0.13 18.95 0.22 0.83
Hex DD D0 CA 0 6 9 D 13 16 53
Octal 335 320 312 0 6 11 15 23 26 123
Binary 11011101 11010000 11001010 0 110 1001 1101 10011 10110 1010011

Color Harmonies of #DDD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0CA

Black with #DDD0CA

Text Example


Text Example

White with #DDD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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