Html Css Color HEX #E1D2CA Swiss Coffee

📋 copy color: '#E1D2CA'

red 225 ◦ green 210 ◦ blue 202

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

Shades of Swiss Coffee #E1D2CA

Tints of Swiss Coffee #E1D2CA

RGB

 RED value IS 225 (88.28% from 255) = 35.32%

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

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

R = 35.32%
G = 32.97%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1D2CA (or 0xE1D2CA) is known color: Swiss Coffee. HEX triplet: E1, D2 and CA. RGB value is (225,210,202). Sum of RGB (Red+Green+Blue) = 225+210+202=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2CA is #1E2D35. Grayscale: #D5D5D5. Windows color (decimal): -1977654 or 13292257. OLE color: 13292257.

HSL color Cylindrical-coordinate representation of color #E1D2CA: hue angle of 20.87º degrees, saturation: 0.28, 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 #E1D2CA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 210 202 -
CMYK 0 0.07 0.10 0.12
HSL 20.87º 0.28% 0.84% -
HSV(B) 20.87º 0.1% 0.88% -
XYZ 64.76 66.37 65.27 -
YUV 213.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 225 210 202 0 0.07 0.10 0.12 20.87 0.28 0.84
Hex E1 D2 CA 0 7 A C 15 1C 54
Octal 341 322 312 0 7 12 14 25 34 124
Binary 11100001 11010010 11001010 0 111 1010 1100 10101 11100 1010100

Color Harmonies of #E1D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D2CA

Black with #E1D2CA

Text Example


Text Example

White with #E1D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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