Html Css Color HEX #EEF5DE Saltpan

📋 copy color: '#EEF5DE'

red 238 ◦ green 245 ◦ blue 222

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

Shades of Saltpan #EEF5DE

Tints of Saltpan #EEF5DE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.75%

 BLUE value IS 222 (87.11% from 255) = 31.49%

R = 33.76%
G = 34.75%
B = 31.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#EEF5DE (or 0xEEF5DE) is known color: Saltpan. HEX triplet: EE, F5 and DE. RGB value is (238,245,222). Sum of RGB (Red+Green+Blue) = 238+245+222=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5DE is #110A21. Grayscale: #F0F0F0. Windows color (decimal): -1116706 or 14611950. OLE color: 14611950.

HSL color Cylindrical-coordinate representation of color #EEF5DE: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF5DE is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 222 -
CMYK 0.03 0 0.09 0.04
HSL 78.26º 0.53% 0.92% -
HSV(B) 78.26º 0.09% 0.96% -
XYZ 81.1 88.76 81.96 -
YUV 240.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 238 245 222 0.03 0 0.09 0.04 78.26 0.53 0.92
Hex EE F5 DE 3 0 9 4 4E 35 5C
Octal 356 365 336 3 0 11 4 116 65 134
Binary 11101110 11110101 11011110 11 0 1001 100 1001110 110101 1011100

Color Harmonies of #EEF5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF5DE

Black with #EEF5DE

Text Example


Text Example

White with #EEF5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF5DE; }

 p { color: rgb(238,245,222); }

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

background-color css

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

 a { background-color: rgb(238,245,222); }

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

border-color css

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

 span { border-color: rgb(238,245,222); }

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