Html Css Color HEX #EBEDED Zircon

📋 copy color: '#EBEDED'

red 235 ◦ green 237 ◦ blue 237

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

Shades of Zircon #EBEDED

Tints of Zircon #EBEDED

RGB

 RED value IS 235 (92.19% from 255) = 33.15%

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

 BLUE value IS 237 (92.97% from 255) = 33.43%

R = 33.15%
G = 33.43%
B = 33.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBEDED (or 0xEBEDED) is known color: Zircon. HEX triplet: EB, ED and ED. RGB value is (235,237,237). Sum of RGB (Red+Green+Blue) = 235+237+237=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #EBEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDED is #141212. Grayscale: #ECECEC. Windows color (decimal): -1315347 or 15592939. OLE color: 15592939.

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

Color convert

RGB 235 237 237 -
CMYK 0.01 0 0 0.07
HSL 180º 0.05% 0.93% -
HSV(B) 180º 0.01% 0.93% -
XYZ 79.83 84.34 92.19 -
YUV 236.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 235 237 237 0.01 0 0 0.07 180 0.05 0.93
Hex EB ED ED 1 0 0 7 B4 5 5D
Octal 353 355 355 1 0 0 7 264 5 135
Binary 11101011 11101101 11101101 1 0 0 111 10110100 101 1011101

Color Harmonies of #EBEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDED

Black with #EBEDED

Text Example


Text Example

White with #EBEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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