Html Css Color HEX #EEFBDD Saltpan

📋 copy color: '#EEFBDD'

red 238 ◦ green 251 ◦ blue 221

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

Shades of Saltpan #EEFBDD

Tints of Saltpan #EEFBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.13%

R = 33.52%
G = 35.35%
B = 31.13%

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

#EEFBDD (or 0xEEFBDD) is known color: Saltpan. HEX triplet: EE, FB and DD. RGB value is (238,251,221). Sum of RGB (Red+Green+Blue) = 238+251+221=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDD is #110422. Grayscale: #F3F3F3. Windows color (decimal): -1115171 or 14547950. OLE color: 14547950.

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

Color convert

RGB 238 251 221 -
CMYK 0.05 0 0.12 0.02
HSL 86º 0.79% 0.93% -
HSV(B) 86º 0.12% 0.98% -
XYZ 82.81 92.39 81.88 -
YUV 243.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 238 251 221 0.05 0 0.12 0.02 86 0.79 0.93
Hex EE FB DD 5 0 C 2 56 4F 5D
Octal 356 373 335 5 0 14 2 126 117 135
Binary 11101110 11111011 11011101 101 0 1100 10 1010110 1001111 1011101

Color Harmonies of #EEFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFBDD

Black with #EEFBDD

Text Example


Text Example

White with #EEFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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