Html Css Color HEX #EDFCDC Saltpan

📋 copy color: '#EDFCDC'

red 237 ◦ green 252 ◦ blue 220

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

Shades of Saltpan #EDFCDC

Tints of Saltpan #EDFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.03%

R = 33.43%
G = 35.54%
B = 31.03%

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

#EDFCDC (or 0xEDFCDC) is known color: Saltpan. HEX triplet: ED, FC and DC. RGB value is (237,252,220). Sum of RGB (Red+Green+Blue) = 237+252+220=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCDC is #120323. Grayscale: #F3F3F3. Windows color (decimal): -1180452 or 14482669. OLE color: 14482669.

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

Color convert

RGB 237 252 220 -
CMYK 0.06 0 0.13 0.01
HSL 88.13º 0.84% 0.93% -
HSV(B) 88.13º 0.13% 0.99% -
XYZ 82.65 92.79 81.26 -
YUV 243.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 237 252 220 0.06 0 0.13 0.01 88.13 0.84 0.93
Hex ED FC DC 6 0 D 1 58 54 5D
Octal 355 374 334 6 0 15 1 130 124 135
Binary 11101101 11111100 11011100 110 0 1101 1 1011000 1010100 1011101

Color Harmonies of #EDFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCDC

Black with #EDFCDC

Text Example


Text Example

White with #EDFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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