Html Css Color HEX #E6EACD Frost

📋 copy color: '#E6EACD'

red 230 ◦ green 234 ◦ blue 205

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

Shades of Frost #E6EACD

Tints of Frost #E6EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 34.38%
G = 34.98%
B = 30.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#E6EACD (or 0xE6EACD) is known color: Frost. HEX triplet: E6, EA and CD. RGB value is (230,234,205). Sum of RGB (Red+Green+Blue) = 230+234+205=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EACD is #191532. Grayscale: #E5E5E5. Windows color (decimal): -1643827 or 13495014. OLE color: 13495014.

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

Color convert

RGB 230 234 205 -
CMYK 0.02 0 0.12 0.08
HSL 68.28º 0.41% 0.86% -
HSV(B) 68.28º 0.12% 0.92% -
XYZ 73.08 80.08 69.36 -
YUV 229.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 230 234 205 0.02 0 0.12 0.08 68.28 0.41 0.86
Hex E6 EA CD 2 0 C 8 44 29 56
Octal 346 352 315 2 0 14 10 104 51 126
Binary 11100110 11101010 11001101 10 0 1100 1000 1000100 101001 1010110

Color Harmonies of #E6EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EACD

Black with #E6EACD

Text Example


Text Example

White with #E6EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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