Html Css Color HEX #EFF7DF Saltpan

📋 copy color: '#EFF7DF'

red 239 ◦ green 247 ◦ blue 223

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

Shades of Saltpan #EFF7DF

Tints of Saltpan #EFF7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 34.84%

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

R = 33.71%
G = 34.84%
B = 31.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#EFF7DF (or 0xEFF7DF) is known color: Saltpan. HEX triplet: EF, F7 and DF. RGB value is (239,247,223). Sum of RGB (Red+Green+Blue) = 239+247+223=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 247 (96.88% from 255 or 34.84% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7DF is #100820. Grayscale: #F1F1F1. Windows color (decimal): -1050657 or 14677999. OLE color: 14677999.

HSL color Cylindrical-coordinate representation of color #EFF7DF: hue angle of 80º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF7DF is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 247 223 -
CMYK 0.03 0 0.10 0.03
HSL 80º 0.6% 0.92% -
HSV(B) 80º 0.1% 0.97% -
XYZ 82.18 90.2 82.89 -
YUV 241.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 239 247 223 0.03 0 0.10 0.03 80 0.6 0.92
Hex EF F7 DF 3 0 A 3 50 3C 5C
Octal 357 367 337 3 0 12 3 120 74 134
Binary 11101111 11110111 11011111 11 0 1010 11 1010000 111100 1011100

Color Harmonies of #EFF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF7DF

Black with #EFF7DF

Text Example


Text Example

White with #EFF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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