Html Css Color HEX #EDEEEE Zircon

📋 copy color: '#EDEEEE'

red 237 ◦ green 238 ◦ blue 238

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

Shades of Zircon #EDEEEE

Tints of Zircon #EDEEEE

RGB

 RED value IS 237 (92.97% from 255) = 33.24%

 GREEN value IS 238 (93.36% from 255) = 33.38%

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

R = 33.24%
G = 33.38%
B = 33.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDEEEE (or 0xEDEEEE) is known color: Zircon. HEX triplet: ED, EE and EE. RGB value is (237,238,238). Sum of RGB (Red+Green+Blue) = 237+238+238=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #EDEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEE is #121111. Grayscale: #EDEDED. Windows color (decimal): -1184018 or 15658733. OLE color: 15658733.

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

Color convert

RGB 237 238 238 -
CMYK 0.00 0 0 0.07
HSL 180º 0.03% 0.93% -
HSV(B) 180º 0% 0.93% -
XYZ 80.93 85.33 93.09 -
YUV 237.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 237 238 238 0.00 0 0 0.07 180 0.03 0.93
Hex ED EE EE 0 0 0 7 B4 3 5D
Octal 355 356 356 0 0 0 7 264 3 135
Binary 11101101 11101110 11101110 0 0 0 111 10110100 11 1011101

Color Harmonies of #EDEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEEE

Black with #EDEEEE

Text Example


Text Example

White with #EDEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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