Html Css Color HEX #EEFADC Saltpan

📋 copy color: '#EEFADC'

red 238 ◦ green 250 ◦ blue 220

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

Shades of Saltpan #EEFADC

Tints of Saltpan #EEFADC

RGB

 RED value IS 238 (93.36% from 255) = 33.62%

 GREEN value IS 250 (98.05% from 255) = 35.31%

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

R = 33.62%
G = 35.31%
B = 31.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EEFADC (or 0xEEFADC) is known color: Saltpan. HEX triplet: EE, FA and DC. RGB value is (238,250,220). Sum of RGB (Red+Green+Blue) = 238+250+220=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFADC is #110523. Grayscale: #F3F3F3. Windows color (decimal): -1115428 or 14482158. OLE color: 14482158.

HSL color Cylindrical-coordinate representation of color #EEFADC: hue angle of 84º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEFADC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 220 -
CMYK 0.05 0 0.12 0.02
HSL 84º 0.75% 0.92% -
HSV(B) 84º 0.12% 0.98% -
XYZ 82.36 91.72 81.07 -
YUV 242.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 238 250 220 0.05 0 0.12 0.02 84 0.75 0.92
Hex EE FA DC 5 0 C 2 54 4B 5C
Octal 356 372 334 5 0 14 2 124 113 134
Binary 11101110 11111010 11011100 101 0 1100 10 1010100 1001011 1011100

Color Harmonies of #EEFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFADC

Black with #EEFADC

Text Example


Text Example

White with #EEFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFADC; }

 p { color: rgb(238,250,220); }

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

background-color css

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

 a { background-color: rgb(238,250,220); }

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

border-color css

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

 span { border-color: rgb(238,250,220); }

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