Html Css Color HEX #EDF6D9 Saltpan

📋 copy color: '#EDF6D9'

red 237 ◦ green 246 ◦ blue 217

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

Shades of Saltpan #EDF6D9

Tints of Saltpan #EDF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.14%

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

R = 33.86%
G = 35.14%
B = 31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#EDF6D9 (or 0xEDF6D9) is known color: Saltpan. HEX triplet: ED, F6 and D9. RGB value is (237,246,217). Sum of RGB (Red+Green+Blue) = 237+246+217=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6D9 is #120926. Grayscale: #F0F0F0. Windows color (decimal): -1181991 or 14284525. OLE color: 14284525.

HSL color Cylindrical-coordinate representation of color #EDF6D9: hue angle of 78.62º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF6D9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 217 -
CMYK 0.04 0 0.12 0.04
HSL 78.62º 0.62% 0.91% -
HSV(B) 78.62º 0.12% 0.96% -
XYZ 80.41 88.93 78.57 -
YUV 240 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 237 246 217 0.04 0 0.12 0.04 78.62 0.62 0.91
Hex ED F6 D9 4 0 C 4 4F 3E 5B
Octal 355 366 331 4 0 14 4 117 76 133
Binary 11101101 11110110 11011001 100 0 1100 100 1001111 111110 1011011

Color Harmonies of #EDF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6D9

Black with #EDF6D9

Text Example


Text Example

White with #EDF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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