Html Css Color HEX #DED3CE Swiss Coffee

📋 copy color: '#DED3CE'

red 222 ◦ green 211 ◦ blue 206

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

Shades of Swiss Coffee #DED3CE

Tints of Swiss Coffee #DED3CE

RGB

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

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

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

R = 34.74%
G = 33.02%
B = 32.24%

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

#DED3CE (or 0xDED3CE) is known color: Swiss Coffee. HEX triplet: DE, D3 and CE. RGB value is (222,211,206). Sum of RGB (Red+Green+Blue) = 222+211+206=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3CE is #212C31. Grayscale: #D5D5D5. Windows color (decimal): -2174002 or 13554654. OLE color: 13554654.

HSL color Cylindrical-coordinate representation of color #DED3CE: hue angle of 18.75º degrees, saturation: 0.2, 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 #DED3CE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 206 -
CMYK 0 0.05 0.07 0.13
HSL 18.75º 0.2% 0.84% -
HSV(B) 18.75º 0.07% 0.87% -
XYZ 64.56 66.57 67.84 -
YUV 213.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 222 211 206 0 0.05 0.07 0.13 18.75 0.2 0.84
Hex DE D3 CE 0 5 7 D 13 14 54
Octal 336 323 316 0 5 7 15 23 24 124
Binary 11011110 11010011 11001110 0 101 111 1101 10011 10100 1010100

Color Harmonies of #DED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED3CE

Black with #DED3CE

Text Example


Text Example

White with #DED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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