Html Css Color HEX #EBF8DC Saltpan

📋 copy color: '#EBF8DC'

red 235 ◦ green 248 ◦ blue 220

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

Shades of Saltpan #EBF8DC

Tints of Saltpan #EBF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.28%

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

R = 33.43%
G = 35.28%
B = 31.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#EBF8DC (or 0xEBF8DC) is known color: Saltpan. HEX triplet: EB, F8 and DC. RGB value is (235,248,220). Sum of RGB (Red+Green+Blue) = 235+248+220=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8DC is #140723. Grayscale: #F1F1F1. Windows color (decimal): -1312548 or 14481643. OLE color: 14481643.

HSL color Cylindrical-coordinate representation of color #EBF8DC: hue angle of 87.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBF8DC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 248 220 -
CMYK 0.05 0 0.11 0.03
HSL 87.86º 0.67% 0.92% -
HSV(B) 87.86º 0.11% 0.97% -
XYZ 80.75 89.96 80.82 -
YUV 240.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 235 248 220 0.05 0 0.11 0.03 87.86 0.67 0.92
Hex EB F8 DC 5 0 B 3 58 43 5C
Octal 353 370 334 5 0 13 3 130 103 134
Binary 11101011 11111000 11011100 101 0 1011 11 1011000 1000011 1011100

Color Harmonies of #EBF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF8DC

Black with #EBF8DC

Text Example


Text Example

White with #EBF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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