Html Css Color HEX #EFF2E7 Saltpan

📋 copy color: '#EFF2E7'

red 239 ◦ green 242 ◦ blue 231

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

Shades of Saltpan #EFF2E7

Tints of Saltpan #EFF2E7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.99%

 BLUE value IS 231 (90.63% from 255) = 32.44%

R = 33.57%
G = 33.99%
B = 32.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#EFF2E7 (or 0xEFF2E7) is known color: Saltpan. HEX triplet: EF, F2 and E7. RGB value is (239,242,231). Sum of RGB (Red+Green+Blue) = 239+242+231=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2E7 is #100D18. Grayscale: #EFEFEF. Windows color (decimal): -1051929 or 15201007. OLE color: 15201007.

HSL color Cylindrical-coordinate representation of color #EFF2E7: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFF2E7 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 231 -
CMYK 0.01 0 0.05 0.05
HSL 76.36º 0.3% 0.93% -
HSV(B) 76.36º 0.05% 0.95% -
XYZ 81.77 87.62 88.2 -
YUV 239.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 239 242 231 0.01 0 0.05 0.05 76.36 0.3 0.93
Hex EF F2 E7 1 0 5 5 4C 1E 5D
Octal 357 362 347 1 0 5 5 114 36 135
Binary 11101111 11110010 11100111 1 0 101 101 1001100 11110 1011101

Color Harmonies of #EFF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2E7

Black with #EFF2E7

Text Example


Text Example

White with #EFF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2E7; }

 p { color: rgb(239,242,231); }

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

background-color css

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

 a { background-color: rgb(239,242,231); }

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

border-color css

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

 span { border-color: rgb(239,242,231); }

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