Html Css Color HEX #E1E6BF Frost

📋 copy color: '#E1E6BF'

red 225 ◦ green 230 ◦ blue 191

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

Shades of Frost #E1E6BF

Tints of Frost #E1E6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.57%

R = 34.83%
G = 35.6%
B = 29.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E1E6BF (or 0xE1E6BF) is known color: Frost. HEX triplet: E1, E6 and BF. RGB value is (225,230,191). Sum of RGB (Red+Green+Blue) = 225+230+191=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6BF is #1E1940. Grayscale: #E0E0E0. Windows color (decimal): -1972545 or 12576481. OLE color: 12576481.

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

Color convert

RGB 225 230 191 -
CMYK 0.02 0 0.17 0.10
HSL 67.69º 0.44% 0.83% -
HSV(B) 67.69º 0.17% 0.9% -
XYZ 68.75 76.36 60.41 -
YUV 224.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 225 230 191 0.02 0 0.17 0.10 67.69 0.44 0.83
Hex E1 E6 BF 2 0 11 A 44 2C 53
Octal 341 346 277 2 0 21 12 104 54 123
Binary 11100001 11100110 10111111 10 0 10001 1010 1000100 101100 1010011

Color Harmonies of #E1E6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E6BF

Black with #E1E6BF

Text Example


Text Example

White with #E1E6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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