Html Css Color HEX #EBF0DF Saltpan

📋 copy color: '#EBF0DF'

red 235 ◦ green 240 ◦ blue 223

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

Shades of Saltpan #EBF0DF

Tints of Saltpan #EBF0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.95%

R = 33.67%
G = 34.38%
B = 31.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EBF0DF (or 0xEBF0DF) is known color: Saltpan. HEX triplet: EB, F0 and DF. RGB value is (235,240,223). Sum of RGB (Red+Green+Blue) = 235+240+223=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0DF is #140F20. Grayscale: #ECECEC. Windows color (decimal): -1314593 or 14676203. OLE color: 14676203.

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

Color convert

RGB 235 240 223 -
CMYK 0.02 0 0.07 0.06
HSL 77.65º 0.36% 0.91% -
HSV(B) 77.65º 0.07% 0.94% -
XYZ 78.74 85.31 82.13 -
YUV 236.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 235 240 223 0.02 0 0.07 0.06 77.65 0.36 0.91
Hex EB F0 DF 2 0 7 6 4E 24 5B
Octal 353 360 337 2 0 7 6 116 44 133
Binary 11101011 11110000 11011111 10 0 111 110 1001110 100100 1011011

Color Harmonies of #EBF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0DF

Black with #EBF0DF

Text Example


Text Example

White with #EBF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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