Html Css Color HEX #DED1CA Swiss Coffee

📋 copy color: '#DED1CA'

red 222 ◦ green 209 ◦ blue 202

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

Shades of Swiss Coffee #DED1CA

Tints of Swiss Coffee #DED1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

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

R = 35.07%
G = 33.02%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DED1CA (or 0xDED1CA) is known color: Swiss Coffee. HEX triplet: DE, D1 and CA. RGB value is (222,209,202). Sum of RGB (Red+Green+Blue) = 222+209+202=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CA is #212E35. Grayscale: #D4D4D4. Windows color (decimal): -2174518 or 13291998. OLE color: 13291998.

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

Color convert

RGB 222 209 202 -
CMYK 0 0.06 0.09 0.13
HSL 21º 0.23% 0.83% -
HSV(B) 21º 0.09% 0.87% -
XYZ 63.59 65.39 65.15 -
YUV 212.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 222 209 202 0 0.06 0.09 0.13 21 0.23 0.83
Hex DE D1 CA 0 6 9 D 15 17 53
Octal 336 321 312 0 6 11 15 25 27 123
Binary 11011110 11010001 11001010 0 110 1001 1101 10101 10111 1010011

Color Harmonies of #DED1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1CA

Black with #DED1CA

Text Example


Text Example

White with #DED1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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