Html Css Color HEX #EDFBDD Saltpan

📋 copy color: '#EDFBDD'

red 237 ◦ green 251 ◦ blue 221

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

Shades of Saltpan #EDFBDD

Tints of Saltpan #EDFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.4%

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

R = 33.43%
G = 35.4%
B = 31.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#EDFBDD (or 0xEDFBDD) is known color: Saltpan. HEX triplet: ED, FB and DD. RGB value is (237,251,221). Sum of RGB (Red+Green+Blue) = 237+251+221=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDD is #120422. Grayscale: #F3F3F3. Windows color (decimal): -1180707 or 14547949. OLE color: 14547949.

HSL color Cylindrical-coordinate representation of color #EDFBDD: hue angle of 88º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDFBDD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 221 -
CMYK 0.06 0 0.12 0.02
HSL 88º 0.79% 0.93% -
HSV(B) 88º 0.12% 0.98% -
XYZ 82.47 92.22 81.86 -
YUV 243.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 237 251 221 0.06 0 0.12 0.02 88 0.79 0.93
Hex ED FB DD 6 0 C 2 58 4F 5D
Octal 355 373 335 6 0 14 2 130 117 135
Binary 11101101 11111011 11011101 110 0 1100 10 1011000 1001111 1011101

Color Harmonies of #EDFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBDD

Black with #EDFBDD

Text Example


Text Example

White with #EDFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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