Html Css Color HEX #DED3CD Swiss Coffee

📋 copy color: '#DED3CD'

red 222 ◦ green 211 ◦ blue 205

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

Shades of Swiss Coffee #DED3CD

Tints of Swiss Coffee #DED3CD

RGB

 RED value IS 222 (87.11% from 255) = 34.8%

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

 BLUE value IS 205 (80.47% from 255) = 32.13%

R = 34.8%
G = 33.07%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DED3CD (or 0xDED3CD) is known color: Swiss Coffee. HEX triplet: DE, D3 and CD. RGB value is (222,211,205). Sum of RGB (Red+Green+Blue) = 222+211+205=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3CD is #212C32. Grayscale: #D5D5D5. Windows color (decimal): -2174003 or 13489118. OLE color: 13489118.

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

Color convert

RGB 222 211 205 -
CMYK 0 0.05 0.08 0.13
HSL 21.18º 0.2% 0.84% -
HSV(B) 21.18º 0.08% 0.87% -
XYZ 64.44 66.53 67.2 -
YUV 213.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 222 211 205 0 0.05 0.08 0.13 21.18 0.2 0.84
Hex DE D3 CD 0 5 8 D 15 14 54
Octal 336 323 315 0 5 10 15 25 24 124
Binary 11011110 11010011 11001101 0 101 1000 1101 10101 10100 1010100

Color Harmonies of #DED3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED3CD

Black with #DED3CD

Text Example


Text Example

White with #DED3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED3CD; }

 p { color: rgb(222,211,205); }

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

background-color css

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

 a { background-color: rgb(222,211,205); }

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

border-color css

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

 span { border-color: rgb(222,211,205); }

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