Html Css Color HEX #DED2CB Swiss Coffee

📋 copy color: '#DED2CB'

red 222 ◦ green 210 ◦ blue 203

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

Shades of Swiss Coffee #DED2CB

Tints of Swiss Coffee #DED2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.07%

 BLUE value IS 203 (79.69% from 255) = 31.97%

R = 34.96%
G = 33.07%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DED2CB (or 0xDED2CB) is known color: Swiss Coffee. HEX triplet: DE, D2 and CB. RGB value is (222,210,203). Sum of RGB (Red+Green+Blue) = 222+210+203=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CB is #212D34. Grayscale: #D4D4D4. Windows color (decimal): -2174261 or 13357790. OLE color: 13357790.

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

Color convert

RGB 222 210 203 -
CMYK 0 0.05 0.09 0.13
HSL 22.11º 0.22% 0.83% -
HSV(B) 22.11º 0.09% 0.87% -
XYZ 63.95 65.93 65.86 -
YUV 212.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 222 210 203 0 0.05 0.09 0.13 22.11 0.22 0.83
Hex DE D2 CB 0 5 9 D 16 16 53
Octal 336 322 313 0 5 11 15 26 26 123
Binary 11011110 11010010 11001011 0 101 1001 1101 10110 10110 1010011

Color Harmonies of #DED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED2CB

Black with #DED2CB

Text Example


Text Example

White with #DED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED2CB; }

 p { color: rgb(222,210,203); }

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

background-color css

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

 a { background-color: rgb(222,210,203); }

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

border-color css

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

 span { border-color: rgb(222,210,203); }

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