Html Css Color HEX #EDFBDB Saltpan

📋 copy color: '#EDFBDB'

red 237 ◦ green 251 ◦ blue 219

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

Shades of Saltpan #EDFBDB

Tints of Saltpan #EDFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.98%

R = 33.52%
G = 35.5%
B = 30.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#EDFBDB (or 0xEDFBDB) is known color: Saltpan. HEX triplet: ED, FB and DB. RGB value is (237,251,219). Sum of RGB (Red+Green+Blue) = 237+251+219=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBDB is #120424. Grayscale: #F3F3F3. Windows color (decimal): -1180709 or 14416877. OLE color: 14416877.

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

Color convert

RGB 237 251 219 -
CMYK 0.06 0 0.13 0.02
HSL 86.25º 0.8% 0.92% -
HSV(B) 86.25º 0.13% 0.98% -
XYZ 82.21 92.11 80.46 -
YUV 243.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 237 251 219 0.06 0 0.13 0.02 86.25 0.8 0.92
Hex ED FB DB 6 0 D 2 56 50 5C
Octal 355 373 333 6 0 15 2 126 120 134
Binary 11101101 11111011 11011011 110 0 1101 10 1010110 1010000 1011100

Color Harmonies of #EDFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBDB

Black with #EDFBDB

Text Example


Text Example

White with #EDFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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