Html Css Color HEX #E2E6CE Frost

📋 copy color: '#E2E6CE'

red 226 ◦ green 230 ◦ blue 206

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

Shades of Frost #E2E6CE

Tints of Frost #E2E6CE

RGB

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

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

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

R = 34.14%
G = 34.74%
B = 31.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E2E6CE (or 0xE2E6CE) is known color: Frost. HEX triplet: E2, E6 and CE. RGB value is (226,230,206). Sum of RGB (Red+Green+Blue) = 226+230+206=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6CE is #1D1931. Grayscale: #E2E2E2. Windows color (decimal): -1906994 or 13559522. OLE color: 13559522.

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

Color convert

RGB 226 230 206 -
CMYK 0.02 0 0.10 0.10
HSL 70º 0.32% 0.85% -
HSV(B) 70º 0.1% 0.9% -
XYZ 70.8 77.22 69.57 -
YUV 226.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 226 230 206 0.02 0 0.10 0.10 70 0.32 0.85
Hex E2 E6 CE 2 0 A A 46 20 55
Octal 342 346 316 2 0 12 12 106 40 125
Binary 11100010 11100110 11001110 10 0 1010 1010 1000110 100000 1010101

Color Harmonies of #E2E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E6CE

Black with #E2E6CE

Text Example


Text Example

White with #E2E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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