Html Css Color HEX #E1E6CA Frost

📋 copy color: '#E1E6CA'

red 225 ◦ green 230 ◦ blue 202

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

Shades of Frost #E1E6CA

Tints of Frost #E1E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.01%

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

R = 34.25%
G = 35.01%
B = 30.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E1E6CA (or 0xE1E6CA) is known color: Frost. HEX triplet: E1, E6 and CA. RGB value is (225,230,202). Sum of RGB (Red+Green+Blue) = 225+230+202=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6CA is #1E1935. Grayscale: #E1E1E1. Windows color (decimal): -1972534 or 13297377. OLE color: 13297377.

HSL color Cylindrical-coordinate representation of color #E1E6CA: hue angle of 70.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1E6CA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 230 202 -
CMYK 0.02 0 0.12 0.10
HSL 70.71º 0.36% 0.85% -
HSV(B) 70.71º 0.12% 0.9% -
XYZ 70.01 76.87 67.02 -
YUV 225.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 225 230 202 0.02 0 0.12 0.10 70.71 0.36 0.85
Hex E1 E6 CA 2 0 C A 47 24 55
Octal 341 346 312 2 0 14 12 107 44 125
Binary 11100001 11100110 11001010 10 0 1100 1010 1000111 100100 1010101

Color Harmonies of #E1E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6CA

Black with #E1E6CA

Text Example


Text Example

White with #E1E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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