#EBEFEE

Color #EBEFEE Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #EBEFEE

Tints of Clear Day #EBEFEE

Color information

#EBEFEE (or 0xEBEFEE) is unknown color: approx Clear Day. HEX triplet: EB, EF and EE. RGB value is (235,239,238). Sum of RGB (Red+Green+Blue) = 235+239+238=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFEE is #141011. Grayscale: #EDEDED. Windows color (decimal): -1314834 or 15658987. OLE color: 15658987.

HSL color Cylindrical-coordinate representation of color #EBEFEE: hue angle of 165º degrees, saturation: 0.11, 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 #EBEFEE is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB235239238-
CMYK0.0200.000.06
HSL165º11.11%92.94%-
HSV(B)165º1.67%93.73%-
XYZ80.5685.5793.16-
YUV237.69128.17126.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 33.43%
R=33.01%
G=33.57%
B=33.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392380.0200.000.0616511.1192.94
HexEBEFEE2006a5b5d
Octal353357356200624513135
Binary11101011111011111110111010001101010010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFEE; }

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

 H1.HeaderClassName
 {
   color: #EBEFEE;
 }
 .AnyTagClassName
 {
   color: #EBEFEE;
 }
</style>
background-color css

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

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

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

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

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

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