Html Css Color HEX #DDD3CF Swiss Coffee

📋 copy color: '#DDD3CF'

red 221 ◦ green 211 ◦ blue 207

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

Shades of Swiss Coffee #DDD3CF

Tints of Swiss Coffee #DDD3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 34.59%
G = 33.02%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDD3CF (or 0xDDD3CF) is known color: Swiss Coffee. HEX triplet: DD, D3 and CF. RGB value is (221,211,207). Sum of RGB (Red+Green+Blue) = 221+211+207=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3CF is #222C30. Grayscale: #D5D5D5. Windows color (decimal): -2239537 or 13620189. OLE color: 13620189.

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

Color convert

RGB 221 211 207 -
CMYK 0 0.05 0.06 0.13
HSL 17.14º 0.17% 0.84% -
HSV(B) 17.14º 0.06% 0.87% -
XYZ 64.38 66.47 68.47 -
YUV 213.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 221 211 207 0 0.05 0.06 0.13 17.14 0.17 0.84
Hex DD D3 CF 0 5 6 D 11 11 54
Octal 335 323 317 0 5 6 15 21 21 124
Binary 11011101 11010011 11001111 0 101 110 1101 10001 10001 1010100

Color Harmonies of #DDD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3CF

Black with #DDD3CF

Text Example


Text Example

White with #DDD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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