Html Css Color HEX #EFFFDD Saltpan

📋 copy color: '#EFFFDD'

red 239 ◦ green 255 ◦ blue 221

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

Shades of Saltpan #EFFFDD

Tints of Saltpan #EFFFDD

RGB

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

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

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

R = 33.43%
G = 35.66%
B = 30.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#EFFFDD (or 0xEFFFDD) is known color: Saltpan. HEX triplet: EF, FF and DD. RGB value is (239,255,221). Sum of RGB (Red+Green+Blue) = 239+255+221=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDD is #100022. Grayscale: #F6F6F6. Windows color (decimal): -1048611 or 14548975. OLE color: 14548975.

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

Color convert

RGB 239 255 221 -
CMYK 0.06 0 0.13 0
HSL 88.24º 1% 0.93% -
HSV(B) 88.24º 0.13% 1% -
XYZ 84.41 95.09 82.31 -
YUV 246.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 239 255 221 0.06 0 0.13 0 88.24 1 0.93
Hex EF FF DD 6 0 D 0 58 64 5D
Octal 357 377 335 6 0 15 0 130 144 135
Binary 11101111 11111111 11011101 110 0 1101 0 1011000 1100100 1011101

Color Harmonies of #EFFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFDD

Black with #EFFFDD

Text Example


Text Example

White with #EFFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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