Html Css Color HEX #EBF1E5 Saltpan

📋 copy color: '#EBF1E5'

red 235 ◦ green 241 ◦ blue 229

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

Shades of Saltpan #EBF1E5

Tints of Saltpan #EBF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.18%

 BLUE value IS 229 (89.84% from 255) = 32.48%

R = 33.33%
G = 34.18%
B = 32.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EBF1E5 (or 0xEBF1E5) is known color: Saltpan. HEX triplet: EB, F1 and E5. RGB value is (235,241,229). Sum of RGB (Red+Green+Blue) = 235+241+229=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1E5 is #140E1A. Grayscale: #EDEDED. Windows color (decimal): -1314331 or 15069675. OLE color: 15069675.

HSL color Cylindrical-coordinate representation of color #EBF1E5: hue angle of 90º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF1E5 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 241 229 -
CMYK 0.02 0 0.05 0.05
HSL 90º 0.3% 0.92% -
HSV(B) 90º 0.05% 0.95% -
XYZ 79.86 86.23 86.56 -
YUV 237.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 235 241 229 0.02 0 0.05 0.05 90 0.3 0.92
Hex EB F1 E5 2 0 5 5 5A 1E 5C
Octal 353 361 345 2 0 5 5 132 36 134
Binary 11101011 11110001 11100101 10 0 101 101 1011010 11110 1011100

Color Harmonies of #EBF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1E5

Black with #EBF1E5

Text Example


Text Example

White with #EBF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1E5; }

 p { color: rgb(235,241,229); }

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

background-color css

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

 a { background-color: rgb(235,241,229); }

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

border-color css

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

 span { border-color: rgb(235,241,229); }

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