Html Css Color HEX #EFFFDB Saltpan

📋 copy color: '#EFFFDB'

red 239 ◦ green 255 ◦ blue 219

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

Shades of Saltpan #EFFFDB

Tints of Saltpan #EFFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 35.76%

 BLUE value IS 219 (85.94% from 255) = 30.72%

R = 33.52%
G = 35.76%
B = 30.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#EFFFDB (or 0xEFFFDB) is known color: Saltpan. HEX triplet: EF, FF and DB. RGB value is (239,255,219). Sum of RGB (Red+Green+Blue) = 239+255+219=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDB is #100024. Grayscale: #F6F6F6. Windows color (decimal): -1048613 or 14417903. OLE color: 14417903.

HSL color Cylindrical-coordinate representation of color #EFFFDB: hue angle of 86.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFFDB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 219 -
CMYK 0.06 0 0.14 0
HSL 86.67º 1% 0.93% -
HSV(B) 86.67º 0.14% 1% -
XYZ 84.14 94.99 80.92 -
YUV 246.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 239 255 219 0.06 0 0.14 0 86.67 1 0.93
Hex EF FF DB 6 0 E 0 57 64 5D
Octal 357 377 333 6 0 16 0 127 144 135
Binary 11101111 11111111 11011011 110 0 1110 0 1010111 1100100 1011101

Color Harmonies of #EFFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFDB

Black with #EFFFDB

Text Example


Text Example

White with #EFFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFDB; }

 p { color: rgb(239,255,219); }

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

background-color css

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

 a { background-color: rgb(239,255,219); }

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

border-color css

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

 span { border-color: rgb(239,255,219); }

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