Html Css Color HEX #EBF2F0 Clear Day

📋 copy color: '#EBF2F0'

red 235 ◦ green 242 ◦ blue 240

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

Shades of Clear Day #EBF2F0

Tints of Clear Day #EBF2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.75%

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

R = 32.78%
G = 33.75%
B = 33.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#EBF2F0 (or 0xEBF2F0) is known color: Clear Day. HEX triplet: EB, F2 and F0. RGB value is (235,242,240). Sum of RGB (Red+Green+Blue) = 235+242+240=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2F0 is #140D0F. Grayscale: #EFEFEF. Windows color (decimal): -1314064 or 15790827. OLE color: 15790827.

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

Color convert

RGB 235 242 240 -
CMYK 0.03 0 0.01 0.05
HSL 162.86º 0.21% 0.94% -
HSV(B) 162.86º 0.03% 0.95% -
XYZ 81.74 87.46 95.01 -
YUV 239.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 235 242 240 0.03 0 0.01 0.05 162.86 0.21 0.94
Hex EB F2 F0 3 0 1 5 A3 15 5E
Octal 353 362 360 3 0 1 5 243 25 136
Binary 11101011 11110010 11110000 11 0 1 101 10100011 10101 1011110

Color Harmonies of #EBF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2F0

Black with #EBF2F0

Text Example


Text Example

White with #EBF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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