Html Css Color HEX #EBF1DC Saltpan

📋 copy color: '#EBF1DC'

red 235 ◦ green 241 ◦ blue 220

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

Shades of Saltpan #EBF1DC

Tints of Saltpan #EBF1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.61%

R = 33.76%
G = 34.63%
B = 31.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#EBF1DC (or 0xEBF1DC) is known color: Saltpan. HEX triplet: EB, F1 and DC. RGB value is (235,241,220). Sum of RGB (Red+Green+Blue) = 235+241+220=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1DC is #140E23. Grayscale: #ECECEC. Windows color (decimal): -1314340 or 14479851. OLE color: 14479851.

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

Color convert

RGB 235 241 220 -
CMYK 0.02 0 0.09 0.05
HSL 77.14º 0.43% 0.9% -
HSV(B) 77.14º 0.09% 0.95% -
XYZ 78.63 85.74 80.12 -
YUV 236.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 235 241 220 0.02 0 0.09 0.05 77.14 0.43 0.9
Hex EB F1 DC 2 0 9 5 4D 2B 5A
Octal 353 361 334 2 0 11 5 115 53 132
Binary 11101011 11110001 11011100 10 0 1001 101 1001101 101011 1011010

Color Harmonies of #EBF1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1DC

Black with #EBF1DC

Text Example


Text Example

White with #EBF1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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