Html Css Color HEX #DDD3CE Swiss Coffee

📋 copy color: '#DDD3CE'

red 221 ◦ green 211 ◦ blue 206

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

Shades of Swiss Coffee #DDD3CE

Tints of Swiss Coffee #DDD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.07%

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 34.64%
G = 33.07%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDD3CE (or 0xDDD3CE) is known color: Swiss Coffee. HEX triplet: DD, D3 and CE. RGB value is (221,211,206). Sum of RGB (Red+Green+Blue) = 221+211+206=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3CE is #222C31. Grayscale: #D5D5D5. Windows color (decimal): -2239538 or 13554653. OLE color: 13554653.

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

Color convert

RGB 221 211 206 -
CMYK 0 0.05 0.07 0.13
HSL 20º 0.18% 0.84% -
HSV(B) 20º 0.07% 0.87% -
XYZ 64.25 66.42 67.83 -
YUV 213.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 221 211 206 0 0.05 0.07 0.13 20 0.18 0.84
Hex DD D3 CE 0 5 7 D 14 12 54
Octal 335 323 316 0 5 7 15 24 22 124
Binary 11011101 11010011 11001110 0 101 111 1101 10100 10010 1010100

Color Harmonies of #DDD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3CE

Black with #DDD3CE

Text Example


Text Example

White with #DDD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3CE; }

 p { color: rgb(221,211,206); }

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

background-color css

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

 a { background-color: rgb(221,211,206); }

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

border-color css

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

 span { border-color: rgb(221,211,206); }

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