Html Css Color HEX #EBF1E4 Saltpan

📋 copy color: '#EBF1E4'

red 235 ◦ green 241 ◦ blue 228

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

Shades of Saltpan #EBF1E4

Tints of Saltpan #EBF1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.39%

R = 33.38%
G = 34.23%
B = 32.39%

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

#EBF1E4 (or 0xEBF1E4) is known color: Saltpan. HEX triplet: EB, F1 and E4. RGB value is (235,241,228). Sum of RGB (Red+Green+Blue) = 235+241+228=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1E4 is #140E1B. Grayscale: #EDEDED. Windows color (decimal): -1314332 or 15004139. OLE color: 15004139.

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

Color convert

RGB 235 241 228 -
CMYK 0.02 0 0.05 0.05
HSL 87.69º 0.32% 0.92% -
HSV(B) 87.69º 0.05% 0.95% -
XYZ 79.72 86.17 85.83 -
YUV 237.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 235 241 228 0.02 0 0.05 0.05 87.69 0.32 0.92
Hex EB F1 E4 2 0 5 5 58 20 5C
Octal 353 361 344 2 0 5 5 130 40 134
Binary 11101011 11110001 11100100 10 0 101 101 1011000 100000 1011100

Color Harmonies of #EBF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1E4

Black with #EBF1E4

Text Example


Text Example

White with #EBF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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