Html Css Color HEX #EFF8DF Saltpan

📋 copy color: '#EFF8DF'

red 239 ◦ green 248 ◦ blue 223

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

Shades of Saltpan #EFF8DF

Tints of Saltpan #EFF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 34.93%

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

R = 33.66%
G = 34.93%
B = 31.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#EFF8DF (or 0xEFF8DF) is known color: Saltpan. HEX triplet: EF, F8 and DF. RGB value is (239,248,223). Sum of RGB (Red+Green+Blue) = 239+248+223=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8DF is #100720. Grayscale: #F2F2F2. Windows color (decimal): -1050401 or 14678255. OLE color: 14678255.

HSL color Cylindrical-coordinate representation of color #EFF8DF: hue angle of 81.6º degrees, saturation: 0.64, 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 #EFF8DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 223 -
CMYK 0.04 0 0.10 0.03
HSL 81.6º 0.64% 0.92% -
HSV(B) 81.6º 0.1% 0.97% -
XYZ 82.48 90.81 82.99 -
YUV 242.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 239 248 223 0.04 0 0.10 0.03 81.6 0.64 0.92
Hex EF F8 DF 4 0 A 3 52 40 5C
Octal 357 370 337 4 0 12 3 122 100 134
Binary 11101111 11111000 11011111 100 0 1010 11 1010010 1000000 1011100

Color Harmonies of #EFF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8DF

Black with #EFF8DF

Text Example


Text Example

White with #EFF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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