Html Css Color HEX #EDF3DE Saltpan

📋 copy color: '#EDF3DE'

red 237 ◦ green 243 ◦ blue 222

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

Shades of Saltpan #EDF3DE

Tints of Saltpan #EDF3DE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.62%

 BLUE value IS 222 (87.11% from 255) = 31.62%

R = 33.76%
G = 34.62%
B = 31.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#EDF3DE (or 0xEDF3DE) is known color: Saltpan. HEX triplet: ED, F3 and DE. RGB value is (237,243,222). Sum of RGB (Red+Green+Blue) = 237+243+222=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DE is #120C21. Grayscale: #EEEEEE. Windows color (decimal): -1182754 or 14611437. OLE color: 14611437.

HSL color Cylindrical-coordinate representation of color #EDF3DE: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF3DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 222 -
CMYK 0.02 0 0.09 0.05
HSL 77.14º 0.47% 0.91% -
HSV(B) 77.14º 0.09% 0.95% -
XYZ 80.16 87.38 81.75 -
YUV 238.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 237 243 222 0.02 0 0.09 0.05 77.14 0.47 0.91
Hex ED F3 DE 2 0 9 5 4D 2F 5B
Octal 355 363 336 2 0 11 5 115 57 133
Binary 11101101 11110011 11011110 10 0 1001 101 1001101 101111 1011011

Color Harmonies of #EDF3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3DE

Black with #EDF3DE

Text Example


Text Example

White with #EDF3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3DE; }

 p { color: rgb(237,243,222); }

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

background-color css

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

 a { background-color: rgb(237,243,222); }

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

border-color css

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

 span { border-color: rgb(237,243,222); }

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