Html Css Color HEX #E2E5CE Frost

📋 copy color: '#E2E5CE'

red 226 ◦ green 229 ◦ blue 206

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

Shades of Frost #E2E5CE

Tints of Frost #E2E5CE

RGB

 RED value IS 226 (88.67% from 255) = 34.19%

 GREEN value IS 229 (89.84% from 255) = 34.64%

 BLUE value IS 206 (80.86% from 255) = 31.16%

R = 34.19%
G = 34.64%
B = 31.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E2E5CE (or 0xE2E5CE) is known color: Frost. HEX triplet: E2, E5 and CE. RGB value is (226,229,206). Sum of RGB (Red+Green+Blue) = 226+229+206=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5CE is #1D1A31. Grayscale: #E1E1E1. Windows color (decimal): -1907250 or 13559266. OLE color: 13559266.

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

Color convert

RGB 226 229 206 -
CMYK 0.01 0 0.10 0.10
HSL 67.83º 0.31% 0.85% -
HSV(B) 67.83º 0.1% 0.9% -
XYZ 70.52 76.66 69.47 -
YUV 225.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 226 229 206 0.01 0 0.10 0.10 67.83 0.31 0.85
Hex E2 E5 CE 1 0 A A 44 1F 55
Octal 342 345 316 1 0 12 12 104 37 125
Binary 11100010 11100101 11001110 1 0 1010 1010 1000100 11111 1010101

Color Harmonies of #E2E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E5CE

Black with #E2E5CE

Text Example


Text Example

White with #E2E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E5CE; }

 p { color: rgb(226,229,206); }

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

background-color css

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

 a { background-color: rgb(226,229,206); }

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

border-color css

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

 span { border-color: rgb(226,229,206); }

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