Html Css Color HEX #E6EABD Frost

📋 copy color: '#E6EABD'

red 230 ◦ green 234 ◦ blue 189

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

Shades of Frost #E6EABD

Tints of Frost #E6EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 35.22%
G = 35.83%
B = 28.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#E6EABD (or 0xE6EABD) is known color: Frost. HEX triplet: E6, EA and BD. RGB value is (230,234,189). Sum of RGB (Red+Green+Blue) = 230+234+189=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EABD is #191542. Grayscale: #E3E3E3. Windows color (decimal): -1643843 or 12446438. OLE color: 12446438.

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

Color convert

RGB 230 234 189 -
CMYK 0.02 0 0.19 0.08
HSL 65.33º 0.52% 0.83% -
HSV(B) 65.33º 0.19% 0.92% -
XYZ 71.24 79.34 59.7 -
YUV 227.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 230 234 189 0.02 0 0.19 0.08 65.33 0.52 0.83
Hex E6 EA BD 2 0 13 8 41 34 53
Octal 346 352 275 2 0 23 10 101 64 123
Binary 11100110 11101010 10111101 10 0 10011 1000 1000001 110100 1010011

Color Harmonies of #E6EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EABD

Black with #E6EABD

Text Example


Text Example

White with #E6EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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