Html Css Color HEX #DDD0CB Swiss Coffee

📋 copy color: '#DDD0CB'

red 221 ◦ green 208 ◦ blue 203

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

Shades of Swiss Coffee #DDD0CB

Tints of Swiss Coffee #DDD0CB

RGB

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

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

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

R = 34.97%
G = 32.91%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDD0CB (or 0xDDD0CB) is known color: Swiss Coffee. HEX triplet: DD, D0 and CB. RGB value is (221,208,203). Sum of RGB (Red+Green+Blue) = 221+208+203=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0CB is #222F34. Grayscale: #D3D3D3. Windows color (decimal): -2240309 or 13357277. OLE color: 13357277.

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

Color convert

RGB 221 208 203 -
CMYK 0 0.06 0.08 0.13
HSL 16.67º 0.21% 0.83% -
HSV(B) 16.67º 0.08% 0.87% -
XYZ 63.15 64.8 65.68 -
YUV 211.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 221 208 203 0 0.06 0.08 0.13 16.67 0.21 0.83
Hex DD D0 CB 0 6 8 D 11 15 53
Octal 335 320 313 0 6 10 15 21 25 123
Binary 11011101 11010000 11001011 0 110 1000 1101 10001 10101 1010011

Color Harmonies of #DDD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0CB

Black with #DDD0CB

Text Example


Text Example

White with #DDD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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