Html Css Color HEX #EFFBDC Saltpan

📋 copy color: '#EFFBDC'

red 239 ◦ green 251 ◦ blue 220

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

Shades of Saltpan #EFFBDC

Tints of Saltpan #EFFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.35%

 BLUE value IS 220 (86.33% from 255) = 30.99%

R = 33.66%
G = 35.35%
B = 30.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EFFBDC (or 0xEFFBDC) is known color: Saltpan. HEX triplet: EF, FB and DC. RGB value is (239,251,220). Sum of RGB (Red+Green+Blue) = 239+251+220=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDC is #100423. Grayscale: #F3F3F3. Windows color (decimal): -1049636 or 14482415. OLE color: 14482415.

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

Color convert

RGB 239 251 220 -
CMYK 0.05 0 0.12 0.02
HSL 83.23º 0.79% 0.92% -
HSV(B) 83.23º 0.12% 0.98% -
XYZ 83.01 92.51 81.19 -
YUV 243.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 239 251 220 0.05 0 0.12 0.02 83.23 0.79 0.92
Hex EF FB DC 5 0 C 2 53 4F 5C
Octal 357 373 334 5 0 14 2 123 117 134
Binary 11101111 11111011 11011100 101 0 1100 10 1010011 1001111 1011100

Color Harmonies of #EFFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBDC

Black with #EFFBDC

Text Example


Text Example

White with #EFFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBDC; }

 p { color: rgb(239,251,220); }

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

background-color css

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

 a { background-color: rgb(239,251,220); }

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

border-color css

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

 span { border-color: rgb(239,251,220); }

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