Html Css Color HEX #EBF0DC Saltpan

📋 copy color: '#EBF0DC'

red 235 ◦ green 240 ◦ blue 220

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

Shades of Saltpan #EBF0DC

Tints of Saltpan #EBF0DC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.53%

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

R = 33.81%
G = 34.53%
B = 31.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EBF0DC (or 0xEBF0DC) is known color: Saltpan. HEX triplet: EB, F0 and DC. RGB value is (235,240,220). Sum of RGB (Red+Green+Blue) = 235+240+220=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DC is #140F23. Grayscale: #ECECEC. Windows color (decimal): -1314596 or 14479595. OLE color: 14479595.

HSL color Cylindrical-coordinate representation of color #EBF0DC: hue angle of 75º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF0DC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 220 -
CMYK 0.02 0 0.08 0.06
HSL 75º 0.4% 0.9% -
HSV(B) 75º 0.08% 0.94% -
XYZ 78.34 85.15 80.02 -
YUV 236.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 235 240 220 0.02 0 0.08 0.06 75 0.4 0.9
Hex EB F0 DC 2 0 8 6 4B 28 5A
Octal 353 360 334 2 0 10 6 113 50 132
Binary 11101011 11110000 11011100 10 0 1000 110 1001011 101000 1011010

Color Harmonies of #EBF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0DC

Black with #EBF0DC

Text Example


Text Example

White with #EBF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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