Html Css Color HEX #EFFBDD Saltpan

📋 copy color: '#EFFBDD'

red 239 ◦ green 251 ◦ blue 221

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

Shades of Saltpan #EFFBDD

Tints of Saltpan #EFFBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.08%

R = 33.61%
G = 35.3%
B = 31.08%

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

#EFFBDD (or 0xEFFBDD) is known color: Saltpan. HEX triplet: EF, FB and DD. RGB value is (239,251,221). Sum of RGB (Red+Green+Blue) = 239+251+221=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDD is #100422. Grayscale: #F4F4F4. Windows color (decimal): -1049635 or 14547951. OLE color: 14547951.

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

Color convert

RGB 239 251 221 -
CMYK 0.05 0 0.12 0.02
HSL 84º 0.79% 0.93% -
HSV(B) 84º 0.12% 0.98% -
XYZ 83.14 92.57 81.89 -
YUV 243.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 239 251 221 0.05 0 0.12 0.02 84 0.79 0.93
Hex EF FB DD 5 0 C 2 54 4F 5D
Octal 357 373 335 5 0 14 2 124 117 135
Binary 11101111 11111011 11011101 101 0 1100 10 1010100 1001111 1011101

Color Harmonies of #EFFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBDD

Black with #EFFBDD

Text Example


Text Example

White with #EFFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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