Html Css Color HEX #E0F3CC Frostee

📋 copy color: '#E0F3CC'

red 224 ◦ green 243 ◦ blue 204

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

Shades of Frostee #E0F3CC

Tints of Frostee #E0F3CC

RGB

 RED value IS 224 (87.89% from 255) = 33.38%

 GREEN value IS 243 (95.31% from 255) = 36.21%

 BLUE value IS 204 (80.08% from 255) = 30.4%

R = 33.38%
G = 36.21%
B = 30.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#E0F3CC (or 0xE0F3CC) is known color: Frostee. HEX triplet: E0, F3 and CC. RGB value is (224,243,204). Sum of RGB (Red+Green+Blue) = 224+243+204=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3CC is #1F0C33. Grayscale: #E9E9E9. Windows color (decimal): -2034740 or 13431776. OLE color: 13431776.

HSL color Cylindrical-coordinate representation of color #E0F3CC: hue angle of 89.23º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0F3CC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 243 204 -
CMYK 0.08 0 0.16 0.05
HSL 89.23º 0.62% 0.88% -
HSV(B) 89.23º 0.16% 0.95% -
XYZ 73.69 84.31 69.52 -
YUV 232.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 224 243 204 0.08 0 0.16 0.05 89.23 0.62 0.88
Hex E0 F3 CC 8 0 10 5 59 3E 58
Octal 340 363 314 10 0 20 5 131 76 130
Binary 11100000 11110011 11001100 1000 0 10000 101 1011001 111110 1011000

Color Harmonies of #E0F3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F3CC

Black with #E0F3CC

Text Example


Text Example

White with #E0F3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F3CC; }

 p { color: rgb(224,243,204); }

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

background-color css

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

 a { background-color: rgb(224,243,204); }

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

border-color css

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

 span { border-color: rgb(224,243,204); }

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