Html Css Color HEX #EFF5DF Saltpan

📋 copy color: '#EFF5DF'

red 239 ◦ green 245 ◦ blue 223

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

Shades of Saltpan #EFF5DF

Tints of Saltpan #EFF5DF

RGB

 RED value IS 239 (93.75% from 255) = 33.8%

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

 BLUE value IS 223 (87.5% from 255) = 31.54%

R = 33.8%
G = 34.65%
B = 31.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#EFF5DF (or 0xEFF5DF) is known color: Saltpan. HEX triplet: EF, F5 and DF. RGB value is (239,245,223). Sum of RGB (Red+Green+Blue) = 239+245+223=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5DF is #100A20. Grayscale: #F0F0F0. Windows color (decimal): -1051169 or 14677487. OLE color: 14677487.

HSL color Cylindrical-coordinate representation of color #EFF5DF: hue angle of 76.36º degrees, saturation: 0.52, 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 #EFF5DF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 223 -
CMYK 0.02 0 0.09 0.04
HSL 76.36º 0.52% 0.92% -
HSV(B) 76.36º 0.09% 0.96% -
XYZ 81.57 88.98 82.69 -
YUV 240.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 239 245 223 0.02 0 0.09 0.04 76.36 0.52 0.92
Hex EF F5 DF 2 0 9 4 4C 34 5C
Octal 357 365 337 2 0 11 4 114 64 134
Binary 11101111 11110101 11011111 10 0 1001 100 1001100 110100 1011100

Color Harmonies of #EFF5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5DF

Black with #EFF5DF

Text Example


Text Example

White with #EFF5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5DF; }

 p { color: rgb(239,245,223); }

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

background-color css

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

 a { background-color: rgb(239,245,223); }

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

border-color css

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

 span { border-color: rgb(239,245,223); }

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