Html Css Color HEX #E6EDEE Zircon

📋 copy color: '#E6EDEE'

red 230 ◦ green 237 ◦ blue 238

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

Shades of Zircon #E6EDEE

Tints of Zircon #E6EDEE

RGB

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

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

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

R = 32.62%
G = 33.62%
B = 33.76%

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

#E6EDEE (or 0xE6EDEE) is known color: Zircon. HEX triplet: E6, ED and EE. RGB value is (230,237,238). Sum of RGB (Red+Green+Blue) = 230+237+238=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6EDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDEE is #191211. Grayscale: #EBEBEB. Windows color (decimal): -1643026 or 15658470. OLE color: 15658470.

HSL color Cylindrical-coordinate representation of color #E6EDEE: hue angle of 187.5º degrees, saturation: 0.19, 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 #E6EDEE is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 237 238 -
CMYK 0.03 0.00 0 0.07
HSL 187.5º 0.19% 0.92% -
HSV(B) 187.5º 0.03% 0.93% -
XYZ 78.35 83.56 92.89 -
YUV 235.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 230 237 238 0.03 0.00 0 0.07 187.5 0.19 0.92
Hex E6 ED EE 3 0 0 7 BC 13 5C
Octal 346 355 356 3 0 0 7 274 23 134
Binary 11100110 11101101 11101110 11 0 0 111 10111100 10011 1011100

Color Harmonies of #E6EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDEE

Black with #E6EDEE

Text Example


Text Example

White with #E6EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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