Html Css Color HEX #EBF2EC Dew

📋 copy color: '#EBF2EC'

red 235 ◦ green 242 ◦ blue 236

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

Shades of Dew #EBF2EC

Tints of Dew #EBF2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.1%

R = 32.96%
G = 33.94%
B = 33.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EBF2EC (or 0xEBF2EC) is known color: Dew. HEX triplet: EB, F2 and EC. RGB value is (235,242,236). Sum of RGB (Red+Green+Blue) = 235+242+236=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EC is #140D13. Grayscale: #EFEFEF. Windows color (decimal): -1314068 or 15528683. OLE color: 15528683.

HSL color Cylindrical-coordinate representation of color #EBF2EC: hue angle of 128.57º 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 #EBF2EC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 236 -
CMYK 0.03 0 0.02 0.05
HSL 128.57º 0.21% 0.94% -
HSV(B) 128.57º 0.03% 0.95% -
XYZ 81.15 87.22 91.92 -
YUV 239.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 235 242 236 0.03 0 0.02 0.05 128.57 0.21 0.94
Hex EB F2 EC 3 0 2 5 81 15 5E
Octal 353 362 354 3 0 2 5 201 25 136
Binary 11101011 11110010 11101100 11 0 10 101 10000001 10101 1011110

Color Harmonies of #EBF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2EC

Black with #EBF2EC

Text Example


Text Example

White with #EBF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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