Html Css Color HEX #E0D2CA Swiss Coffee

📋 copy color: '#E0D2CA'

red 224 ◦ green 210 ◦ blue 202

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

Shades of Swiss Coffee #E0D2CA

Tints of Swiss Coffee #E0D2CA

RGB

 RED value IS 224 (87.89% from 255) = 35.22%

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

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

R = 35.22%
G = 33.02%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0D2CA (or 0xE0D2CA) is known color: Swiss Coffee. HEX triplet: E0, D2 and CA. RGB value is (224,210,202). Sum of RGB (Red+Green+Blue) = 224+210+202=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2CA is #1F2D35. Grayscale: #D5D5D5. Windows color (decimal): -2043190 or 13292256. OLE color: 13292256.

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

Color convert

RGB 224 210 202 -
CMYK 0 0.06 0.10 0.12
HSL 21.82º 0.26% 0.84% -
HSV(B) 21.82º 0.1% 0.88% -
XYZ 64.45 66.2 65.26 -
YUV 213.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 224 210 202 0 0.06 0.10 0.12 21.82 0.26 0.84
Hex E0 D2 CA 0 6 A C 16 1A 54
Octal 340 322 312 0 6 12 14 26 32 124
Binary 11100000 11010010 11001010 0 110 1010 1100 10110 11010 1010100

Color Harmonies of #E0D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2CA

Black with #E0D2CA

Text Example


Text Example

White with #E0D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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