Html Css Color HEX #DED0C8 Swiss Coffee

📋 copy color: '#DED0C8'

red 222 ◦ green 208 ◦ blue 200

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

Shades of Swiss Coffee #DED0C8

Tints of Swiss Coffee #DED0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.75%

R = 35.24%
G = 33.02%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DED0C8 (or 0xDED0C8) is known color: Swiss Coffee. HEX triplet: DE, D0 and C8. RGB value is (222,208,200). Sum of RGB (Red+Green+Blue) = 222+208+200=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0C8 is #212F37. Grayscale: #D3D3D3. Windows color (decimal): -2174776 or 13160670. OLE color: 13160670.

HSL color Cylindrical-coordinate representation of color #DED0C8: hue angle of 21.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED0C8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 200 -
CMYK 0 0.06 0.10 0.13
HSL 21.82º 0.25% 0.83% -
HSV(B) 21.82º 0.1% 0.87% -
XYZ 63.11 64.81 63.83 -
YUV 211.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 222 208 200 0 0.06 0.10 0.13 21.82 0.25 0.83
Hex DE D0 C8 0 6 A D 16 19 53
Octal 336 320 310 0 6 12 15 26 31 123
Binary 11011110 11010000 11001000 0 110 1010 1101 10110 11001 1010011

Color Harmonies of #DED0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED0C8

Black with #DED0C8

Text Example


Text Example

White with #DED0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED0C8; }

 p { color: rgb(222,208,200); }

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

background-color css

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

 a { background-color: rgb(222,208,200); }

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

border-color css

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

 span { border-color: rgb(222,208,200); }

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