Html Css Color HEX #EDFDDA Saltpan

📋 copy color: '#EDFDDA'

red 237 ◦ green 253 ◦ blue 218

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

Shades of Saltpan #EDFDDA

Tints of Saltpan #EDFDDA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.73%

 BLUE value IS 218 (85.55% from 255) = 30.79%

R = 33.47%
G = 35.73%
B = 30.79%

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

#EDFDDA (or 0xEDFDDA) is known color: Saltpan. HEX triplet: ED, FD and DA. RGB value is (237,253,218). Sum of RGB (Red+Green+Blue) = 237+253+218=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDA is #120225. Grayscale: #F4F4F4. Windows color (decimal): -1180198 or 14351853. OLE color: 14351853.

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

Color convert

RGB 237 253 218 -
CMYK 0.06 0 0.14 0.01
HSL 87.43º 0.9% 0.92% -
HSV(B) 87.43º 0.14% 0.99% -
XYZ 82.71 93.32 79.98 -
YUV 244.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 237 253 218 0.06 0 0.14 0.01 87.43 0.9 0.92
Hex ED FD DA 6 0 E 1 57 5A 5C
Octal 355 375 332 6 0 16 1 127 132 134
Binary 11101101 11111101 11011010 110 0 1110 1 1010111 1011010 1011100

Color Harmonies of #EDFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDDA

Black with #EDFDDA

Text Example


Text Example

White with #EDFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDDA; }

 p { color: rgb(237,253,218); }

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

background-color css

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

 a { background-color: rgb(237,253,218); }

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

border-color css

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

 span { border-color: rgb(237,253,218); }

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