Html Css Color HEX #EBEFF0 Zircon

📋 copy color: '#EBEFF0'

red 235 ◦ green 239 ◦ blue 240

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

Shades of Zircon #EBEFF0

Tints of Zircon #EBEFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.47%

 BLUE value IS 240 (94.14% from 255) = 33.61%

R = 32.91%
G = 33.47%
B = 33.61%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EBEFF0 (or 0xEBEFF0) is known color: Zircon. HEX triplet: EB, EF and F0. RGB value is (235,239,240). Sum of RGB (Red+Green+Blue) = 235+239+240=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFF0 is #14100F. Grayscale: #EDEDED. Windows color (decimal): -1314832 or 15790059. OLE color: 15790059.

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

Color convert

RGB 235 239 240 -
CMYK 0.02 0.00 0 0.06
HSL 192º 0.14% 0.93% -
HSV(B) 192º 0.02% 0.94% -
XYZ 80.86 85.69 94.72 -
YUV 237.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 235 239 240 0.02 0.00 0 0.06 192 0.14 0.93
Hex EB EF F0 2 0 0 6 C0 E 5D
Octal 353 357 360 2 0 0 6 300 16 135
Binary 11101011 11101111 11110000 10 0 0 110 11000000 1110 1011101

Color Harmonies of #EBEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFF0

Black with #EBEFF0

Text Example


Text Example

White with #EBEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFF0; }

 p { color: rgb(235,239,240); }

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

background-color css

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

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

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

border-color css

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

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

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