Html Css Color HEX #E6EABC Frost

📋 copy color: '#E6EABC'

red 230 ◦ green 234 ◦ blue 188

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

Shades of Frost #E6EABC

Tints of Frost #E6EABC

RGB

 RED value IS 230 (90.23% from 255) = 35.28%

 GREEN value IS 234 (91.8% from 255) = 35.89%

 BLUE value IS 188 (73.83% from 255) = 28.83%

R = 35.28%
G = 35.89%
B = 28.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#E6EABC (or 0xE6EABC) is known color: Frost. HEX triplet: E6, EA and BC. RGB value is (230,234,188). Sum of RGB (Red+Green+Blue) = 230+234+188=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EABC is #191543. Grayscale: #E3E3E3. Windows color (decimal): -1643844 or 12380902. OLE color: 12380902.

HSL color Cylindrical-coordinate representation of color #E6EABC: hue angle of 65.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6EABC is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 234 188 -
CMYK 0.02 0 0.20 0.08
HSL 65.22º 0.52% 0.83% -
HSV(B) 65.22º 0.2% 0.92% -
XYZ 71.13 79.3 59.13 -
YUV 227.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 230 234 188 0.02 0 0.20 0.08 65.22 0.52 0.83
Hex E6 EA BC 2 0 14 8 41 34 53
Octal 346 352 274 2 0 24 10 101 64 123
Binary 11100110 11101010 10111100 10 0 10100 1000 1000001 110100 1010011

Color Harmonies of #E6EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EABC

Black with #E6EABC

Text Example


Text Example

White with #E6EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EABC; }

 p { color: rgb(230,234,188); }

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

background-color css

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

 a { background-color: rgb(230,234,188); }

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

border-color css

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

 span { border-color: rgb(230,234,188); }

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