Html Css Color HEX #EDFCD9 Saltpan

📋 copy color: '#EDFCD9'

red 237 ◦ green 252 ◦ blue 217

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

Shades of Saltpan #EDFCD9

Tints of Saltpan #EDFCD9

RGB

 RED value IS 237 (92.97% from 255) = 33.57%

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

 BLUE value IS 217 (85.16% from 255) = 30.74%

R = 33.57%
G = 35.69%
B = 30.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#EDFCD9 (or 0xEDFCD9) is known color: Saltpan. HEX triplet: ED, FC and D9. RGB value is (237,252,217). Sum of RGB (Red+Green+Blue) = 237+252+217=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD9 is #120326. Grayscale: #F3F3F3. Windows color (decimal): -1180455 or 14286061. OLE color: 14286061.

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

Color convert

RGB 237 252 217 -
CMYK 0.06 0 0.14 0.01
HSL 85.71º 0.85% 0.92% -
HSV(B) 85.71º 0.14% 0.99% -
XYZ 82.26 92.64 79.19 -
YUV 243.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 237 252 217 0.06 0 0.14 0.01 85.71 0.85 0.92
Hex ED FC D9 6 0 E 1 56 55 5C
Octal 355 374 331 6 0 16 1 126 125 134
Binary 11101101 11111100 11011001 110 0 1110 1 1010110 1010101 1011100

Color Harmonies of #EDFCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD9

Black with #EDFCD9

Text Example


Text Example

White with #EDFCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD9; }

 p { color: rgb(237,252,217); }

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

background-color css

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

 a { background-color: rgb(237,252,217); }

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

border-color css

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

 span { border-color: rgb(237,252,217); }

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