Html Css Color HEX #EEFBDB Saltpan

📋 copy color: '#EEFBDB'

red 238 ◦ green 251 ◦ blue 219

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

Shades of Saltpan #EEFBDB

Tints of Saltpan #EEFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.45%

 BLUE value IS 219 (85.94% from 255) = 30.93%

R = 33.62%
G = 35.45%
B = 30.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EEFBDB (or 0xEEFBDB) is known color: Saltpan. HEX triplet: EE, FB and DB. RGB value is (238,251,219). Sum of RGB (Red+Green+Blue) = 238+251+219=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDB is #110424. Grayscale: #F3F3F3. Windows color (decimal): -1115173 or 14416878. OLE color: 14416878.

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

Color convert

RGB 238 251 219 -
CMYK 0.05 0 0.13 0.02
HSL 84.38º 0.8% 0.92% -
HSV(B) 84.38º 0.13% 0.98% -
XYZ 82.54 92.29 80.48 -
YUV 243.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 238 251 219 0.05 0 0.13 0.02 84.38 0.8 0.92
Hex EE FB DB 5 0 D 2 54 50 5C
Octal 356 373 333 5 0 15 2 124 120 134
Binary 11101110 11111011 11011011 101 0 1101 10 1010100 1010000 1011100

Color Harmonies of #EEFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFBDB

Black with #EEFBDB

Text Example


Text Example

White with #EEFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFBDB; }

 p { color: rgb(238,251,219); }

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

background-color css

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

 a { background-color: rgb(238,251,219); }

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

border-color css

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

 span { border-color: rgb(238,251,219); }

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