Html Css Color HEX #EDF7DD Saltpan

📋 copy color: '#EDF7DD'

red 237 ◦ green 247 ◦ blue 221

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

Shades of Saltpan #EDF7DD

Tints of Saltpan #EDF7DD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.04%

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

R = 33.62%
G = 35.04%
B = 31.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#EDF7DD (or 0xEDF7DD) is known color: Saltpan. HEX triplet: ED, F7 and DD. RGB value is (237,247,221). Sum of RGB (Red+Green+Blue) = 237+247+221=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DD is #120822. Grayscale: #F1F1F1. Windows color (decimal): -1181731 or 14546925. OLE color: 14546925.

HSL color Cylindrical-coordinate representation of color #EDF7DD: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDF7DD is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 221 -
CMYK 0.04 0 0.11 0.03
HSL 83.08º 0.62% 0.92% -
HSV(B) 83.08º 0.11% 0.97% -
XYZ 81.24 89.75 81.45 -
YUV 241.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 237 247 221 0.04 0 0.11 0.03 83.08 0.62 0.92
Hex ED F7 DD 4 0 B 3 53 3E 5C
Octal 355 367 335 4 0 13 3 123 76 134
Binary 11101101 11110111 11011101 100 0 1011 11 1010011 111110 1011100

Color Harmonies of #EDF7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7DD

Black with #EDF7DD

Text Example


Text Example

White with #EDF7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7DD; }

 p { color: rgb(237,247,221); }

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

background-color css

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

 a { background-color: rgb(237,247,221); }

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

border-color css

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

 span { border-color: rgb(237,247,221); }

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