Html Css Color HEX #EBF7EE Dew

📋 copy color: '#EBF7EE'

red 235 ◦ green 247 ◦ blue 238

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

Shades of Dew #EBF7EE

Tints of Dew #EBF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.31%

 BLUE value IS 238 (93.36% from 255) = 33.06%

R = 32.64%
G = 34.31%
B = 33.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#EBF7EE (or 0xEBF7EE) is known color: Dew. HEX triplet: EB, F7 and EE. RGB value is (235,247,238). Sum of RGB (Red+Green+Blue) = 235+247+238=720 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.64% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7EE is #140811. Grayscale: #F2F2F2. Windows color (decimal): -1312786 or 15661035. OLE color: 15661035.

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

Color convert

RGB 235 247 238 -
CMYK 0.05 0 0.04 0.03
HSL 135º 0.43% 0.95% -
HSV(B) 135º 0.05% 0.97% -
XYZ 82.95 90.36 93.96 -
YUV 242.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 235 247 238 0.05 0 0.04 0.03 135 0.43 0.95
Hex EB F7 EE 5 0 4 3 87 2B 5F
Octal 353 367 356 5 0 4 3 207 53 137
Binary 11101011 11110111 11101110 101 0 100 11 10000111 101011 1011111

Color Harmonies of #EBF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF7EE

Black with #EBF7EE

Text Example


Text Example

White with #EBF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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