Html Css Color HEX #EBF7DC Saltpan

📋 copy color: '#EBF7DC'

red 235 ◦ green 247 ◦ blue 220

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

Shades of Saltpan #EBF7DC

Tints of Saltpan #EBF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.19%

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

R = 33.48%
G = 35.19%
B = 31.34%

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

#EBF7DC (or 0xEBF7DC) is known color: Saltpan. HEX triplet: EB, F7 and DC. RGB value is (235,247,220). Sum of RGB (Red+Green+Blue) = 235+247+220=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7DC is #140823. Grayscale: #F0F0F0. Windows color (decimal): -1312804 or 14481387. OLE color: 14481387.

HSL color Cylindrical-coordinate representation of color #EBF7DC: hue angle of 86.67º degrees, saturation: 0.63, 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 #EBF7DC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 247 220 -
CMYK 0.05 0 0.11 0.03
HSL 86.67º 0.63% 0.92% -
HSV(B) 86.67º 0.11% 0.97% -
XYZ 80.44 89.35 80.72 -
YUV 240.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 235 247 220 0.05 0 0.11 0.03 86.67 0.63 0.92
Hex EB F7 DC 5 0 B 3 57 3F 5C
Octal 353 367 334 5 0 13 3 127 77 134
Binary 11101011 11110111 11011100 101 0 1011 11 1010111 111111 1011100

Color Harmonies of #EBF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF7DC

Black with #EBF7DC

Text Example


Text Example

White with #EBF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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