Html Css Color HEX #EFFDDB Saltpan

📋 copy color: '#EFFDDB'

red 239 ◦ green 253 ◦ blue 219

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

Shades of Saltpan #EFFDDB

Tints of Saltpan #EFFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.58%

 BLUE value IS 219 (85.94% from 255) = 30.8%

R = 33.61%
G = 35.58%
B = 30.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#EFFDDB (or 0xEFFDDB) is known color: Saltpan. HEX triplet: EF, FD and DB. RGB value is (239,253,219). Sum of RGB (Red+Green+Blue) = 239+253+219=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDB is #100224. Grayscale: #F5F5F5. Windows color (decimal): -1049125 or 14417391. OLE color: 14417391.

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

Color convert

RGB 239 253 219 -
CMYK 0.06 0 0.13 0.01
HSL 84.71º 0.89% 0.93% -
HSV(B) 84.71º 0.13% 0.99% -
XYZ 83.51 93.72 80.71 -
YUV 244.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 239 253 219 0.06 0 0.13 0.01 84.71 0.89 0.93
Hex EF FD DB 6 0 D 1 55 59 5D
Octal 357 375 333 6 0 15 1 125 131 135
Binary 11101111 11111101 11011011 110 0 1101 1 1010101 1011001 1011101

Color Harmonies of #EFFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDDB

Black with #EFFDDB

Text Example


Text Example

White with #EFFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDDB; }

 p { color: rgb(239,253,219); }

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

background-color css

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

 a { background-color: rgb(239,253,219); }

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

border-color css

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

 span { border-color: rgb(239,253,219); }

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