Html Css Color HEX #DED1CB Swiss Coffee

📋 copy color: '#DED1CB'

red 222 ◦ green 209 ◦ blue 203

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

Shades of Swiss Coffee #DED1CB

Tints of Swiss Coffee #DED1CB

RGB

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

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

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

R = 35.02%
G = 32.97%
B = 32.02%

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

#DED1CB (or 0xDED1CB) is known color: Swiss Coffee. HEX triplet: DE, D1 and CB. RGB value is (222,209,203). Sum of RGB (Red+Green+Blue) = 222+209+203=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1CB is #212E34. Grayscale: #D4D4D4. Windows color (decimal): -2174517 or 13357534. OLE color: 13357534.

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

Color convert

RGB 222 209 203 -
CMYK 0 0.06 0.09 0.13
HSL 18.95º 0.22% 0.83% -
HSV(B) 18.95º 0.09% 0.87% -
XYZ 63.7 65.44 65.77 -
YUV 212.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 222 209 203 0 0.06 0.09 0.13 18.95 0.22 0.83
Hex DE D1 CB 0 6 9 D 13 16 53
Octal 336 321 313 0 6 11 15 23 26 123
Binary 11011110 11010001 11001011 0 110 1001 1101 10011 10110 1010011

Color Harmonies of #DED1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED1CB

Black with #DED1CB

Text Example


Text Example

White with #DED1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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