Html Css Color HEX #DED2CA Swiss Coffee

📋 copy color: '#DED2CA'

red 222 ◦ green 210 ◦ blue 202

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

Shades of Swiss Coffee #DED2CA

Tints of Swiss Coffee #DED2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 35.02%
G = 33.12%
B = 31.86%

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

#DED2CA (or 0xDED2CA) is known color: Swiss Coffee. HEX triplet: DE, D2 and CA. RGB value is (222,210,202). Sum of RGB (Red+Green+Blue) = 222+210+202=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2CA is #212D35. Grayscale: #D4D4D4. Windows color (decimal): -2174262 or 13292254. OLE color: 13292254.

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

Color convert

RGB 222 210 202 -
CMYK 0 0.05 0.09 0.13
HSL 24º 0.23% 0.83% -
HSV(B) 24º 0.09% 0.87% -
XYZ 63.83 65.89 65.23 -
YUV 212.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 222 210 202 0 0.05 0.09 0.13 24 0.23 0.83
Hex DE D2 CA 0 5 9 D 18 17 53
Octal 336 322 312 0 5 11 15 30 27 123
Binary 11011110 11010010 11001010 0 101 1001 1101 11000 10111 1010011

Color Harmonies of #DED2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED2CA

Black with #DED2CA

Text Example


Text Example

White with #DED2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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