Html Css Color HEX #EFFCDA Saltpan

📋 copy color: '#EFFCDA'

red 239 ◦ green 252 ◦ blue 218

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

Shades of Saltpan #EFFCDA

Tints of Saltpan #EFFCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.54%

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

R = 33.71%
G = 35.54%
B = 30.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#EFFCDA (or 0xEFFCDA) is known color: Saltpan. HEX triplet: EF, FC and DA. RGB value is (239,252,218). Sum of RGB (Red+Green+Blue) = 239+252+218=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDA is #100325. Grayscale: #F4F4F4. Windows color (decimal): -1049382 or 14351599. OLE color: 14351599.

HSL color Cylindrical-coordinate representation of color #EFFCDA: hue angle of 82.94º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFFCDA is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 218 -
CMYK 0.05 0 0.13 0.01
HSL 82.94º 0.85% 0.92% -
HSV(B) 82.94º 0.13% 0.99% -
XYZ 83.06 93.03 79.91 -
YUV 244.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 239 252 218 0.05 0 0.13 0.01 82.94 0.85 0.92
Hex EF FC DA 5 0 D 1 53 55 5C
Octal 357 374 332 5 0 15 1 123 125 134
Binary 11101111 11111100 11011010 101 0 1101 1 1010011 1010101 1011100

Color Harmonies of #EFFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCDA

Black with #EFFCDA

Text Example


Text Example

White with #EFFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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