Html Css Color HEX #EBF0DE Saltpan

📋 copy color: '#EBF0DE'

red 235 ◦ green 240 ◦ blue 222

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

Shades of Saltpan #EBF0DE

Tints of Saltpan #EBF0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.85%

R = 33.72%
G = 34.43%
B = 31.85%

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

#EBF0DE (or 0xEBF0DE) is known color: Saltpan. HEX triplet: EB, F0 and DE. RGB value is (235,240,222). Sum of RGB (Red+Green+Blue) = 235+240+222=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DE is #140F21. Grayscale: #ECECEC. Windows color (decimal): -1314594 or 14610667. OLE color: 14610667.

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

Color convert

RGB 235 240 222 -
CMYK 0.02 0 0.08 0.06
HSL 76.67º 0.38% 0.91% -
HSV(B) 76.67º 0.07% 0.94% -
XYZ 78.61 85.26 81.42 -
YUV 236.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 235 240 222 0.02 0 0.08 0.06 76.67 0.38 0.91
Hex EB F0 DE 2 0 8 6 4D 26 5B
Octal 353 360 336 2 0 10 6 115 46 133
Binary 11101011 11110000 11011110 10 0 1000 110 1001101 100110 1011011

Color Harmonies of #EBF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0DE

Black with #EBF0DE

Text Example


Text Example

White with #EBF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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