Html Css Color HEX #EDFCD8 Saltpan

📋 copy color: '#EDFCD8'

red 237 ◦ green 252 ◦ blue 216

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

Shades of Saltpan #EDFCD8

Tints of Saltpan #EDFCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 30.64%

R = 33.62%
G = 35.74%
B = 30.64%

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

#EDFCD8 (or 0xEDFCD8) is known color: Saltpan. HEX triplet: ED, FC and D8. RGB value is (237,252,216). Sum of RGB (Red+Green+Blue) = 237+252+216=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 216 (84.77% from 255 or 30.64% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD8 is #120327. Grayscale: #F3F3F3. Windows color (decimal): -1180456 or 14220525. OLE color: 14220525.

HSL color Cylindrical-coordinate representation of color #EDFCD8: hue angle of 85º degrees, saturation: 0.86, 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 #EDFCD8 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 216 -
CMYK 0.06 0 0.14 0.01
HSL 85º 0.86% 0.92% -
HSV(B) 85º 0.14% 0.99% -
XYZ 82.13 92.58 78.51 -
YUV 243.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 237 252 216 0.06 0 0.14 0.01 85 0.86 0.92
Hex ED FC D8 6 0 E 1 55 56 5C
Octal 355 374 330 6 0 16 1 125 126 134
Binary 11101101 11111100 11011000 110 0 1110 1 1010101 1010110 1011100

Color Harmonies of #EDFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCD8

Black with #EDFCD8

Text Example


Text Example

White with #EDFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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