Html Css Color HEX #E6EFEF Zircon

📋 copy color: '#E6EFEF'

red 230 ◦ green 239 ◦ blue 239

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

Shades of Zircon #E6EFEF

Tints of Zircon #E6EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.76%

R = 32.49%
G = 33.76%
B = 33.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6EFEF (or 0xE6EFEF) is known color: Zircon. HEX triplet: E6, EF and EF. RGB value is (230,239,239). Sum of RGB (Red+Green+Blue) = 230+239+239=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E6EFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFEF is #191010. Grayscale: #ECECEC. Windows color (decimal): -1642513 or 15724518. OLE color: 15724518.

HSL color Cylindrical-coordinate representation of color #E6EFEF: hue angle of 180º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EFEF is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 239 239 -
CMYK 0.04 0 0 0.06
HSL 180º 0.22% 0.92% -
HSV(B) 180º 0.04% 0.94% -
XYZ 79.08 84.79 93.86 -
YUV 236.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 230 239 239 0.04 0 0 0.06 180 0.22 0.92
Hex E6 EF EF 4 0 0 6 B4 16 5C
Octal 346 357 357 4 0 0 6 264 26 134
Binary 11100110 11101111 11101111 100 0 0 110 10110100 10110 1011100

Color Harmonies of #E6EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EFEF

Black with #E6EFEF

Text Example


Text Example

White with #E6EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EFEF; }

 p { color: rgb(230,239,239); }

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

background-color css

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

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

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

border-color css

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

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

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