Html Css Color HEX #EFFADA Saltpan

📋 copy color: '#EFFADA'

red 239 ◦ green 250 ◦ blue 218

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

Shades of Saltpan #EFFADA

Tints of Saltpan #EFFADA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.36%

 BLUE value IS 218 (85.55% from 255) = 30.83%

R = 33.8%
G = 35.36%
B = 30.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EFFADA (or 0xEFFADA) is known color: Saltpan. HEX triplet: EF, FA and DA. RGB value is (239,250,218). Sum of RGB (Red+Green+Blue) = 239+250+218=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFADA is #100525. Grayscale: #F3F3F3. Windows color (decimal): -1049894 or 14351087. OLE color: 14351087.

HSL color Cylindrical-coordinate representation of color #EFFADA: hue angle of 80.62º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFADA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 218 -
CMYK 0.04 0 0.13 0.02
HSL 80.63º 0.76% 0.92% -
HSV(B) 80.63º 0.13% 0.98% -
XYZ 82.44 91.78 79.7 -
YUV 243.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 239 250 218 0.04 0 0.13 0.02 80.63 0.76 0.92
Hex EF FA DA 4 0 D 2 51 4C 5C
Octal 357 372 332 4 0 15 2 121 114 134
Binary 11101111 11111010 11011010 100 0 1101 10 1010001 1001100 1011100

Color Harmonies of #EFFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFADA

Black with #EFFADA

Text Example


Text Example

White with #EFFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFADA; }

 p { color: rgb(239,250,218); }

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

background-color css

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

 a { background-color: rgb(239,250,218); }

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

border-color css

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

 span { border-color: rgb(239,250,218); }

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