Html Css Color HEX #E8EDEE Zircon

📋 copy color: '#E8EDEE'

red 232 ◦ green 237 ◦ blue 238

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

Shades of Zircon #E8EDEE

Tints of Zircon #E8EDEE

RGB

 RED value IS 232 (91.02% from 255) = 32.81%

 GREEN value IS 237 (92.97% from 255) = 33.52%

 BLUE value IS 238 (93.36% from 255) = 33.66%

R = 32.81%
G = 33.52%
B = 33.66%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8EDEE (or 0xE8EDEE) is known color: Zircon. HEX triplet: E8, ED and EE. RGB value is (232,237,238). Sum of RGB (Red+Green+Blue) = 232+237+238=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDEE is #171211. Grayscale: #EBEBEB. Windows color (decimal): -1511954 or 15658472. OLE color: 15658472.

HSL color Cylindrical-coordinate representation of color #E8EDEE: hue angle of 190º degrees, saturation: 0.15, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EDEE is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 237 238 -
CMYK 0.03 0.00 0 0.07
HSL 190º 0.15% 0.92% -
HSV(B) 190º 0.03% 0.93% -
XYZ 79 83.9 92.92 -
YUV 235.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 232 237 238 0.03 0.00 0 0.07 190 0.15 0.92
Hex E8 ED EE 3 0 0 7 BE F 5C
Octal 350 355 356 3 0 0 7 276 17 134
Binary 11101000 11101101 11101110 11 0 0 111 10111110 1111 1011100

Color Harmonies of #E8EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDEE

Black with #E8EDEE

Text Example


Text Example

White with #E8EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDEE; }

 p { color: rgb(232,237,238); }

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

background-color css

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

 a { background-color: rgb(232,237,238); }

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

border-color css

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

 span { border-color: rgb(232,237,238); }

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