Html Css Color HEX #EDEFEB Saltpan

📋 copy color: '#EDEFEB'

red 237 ◦ green 239 ◦ blue 235

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

Shades of Saltpan #EDEFEB

Tints of Saltpan #EDEFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.61%

 BLUE value IS 235 (92.19% from 255) = 33.05%

R = 33.33%
G = 33.61%
B = 33.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EDEFEB (or 0xEDEFEB) is known color: Saltpan. HEX triplet: ED, EF and EB. RGB value is (237,239,235). Sum of RGB (Red+Green+Blue) = 237+239+235=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEB is #121014. Grayscale: #EDEDED. Windows color (decimal): -1183765 or 15462381. OLE color: 15462381.

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

Color convert

RGB 237 239 235 -
CMYK 0.01 0 0.02 0.06
HSL 90º 0.11% 0.93% -
HSV(B) 90º 0.02% 0.94% -
XYZ 80.79 85.74 90.89 -
YUV 237.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 237 239 235 0.01 0 0.02 0.06 90 0.11 0.93
Hex ED EF EB 1 0 2 6 5A B 5D
Octal 355 357 353 1 0 2 6 132 13 135
Binary 11101101 11101111 11101011 1 0 10 110 1011010 1011 1011101

Color Harmonies of #EDEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFEB

Black with #EDEFEB

Text Example


Text Example

White with #EDEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFEB; }

 p { color: rgb(237,239,235); }

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

background-color css

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

 a { background-color: rgb(237,239,235); }

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

border-color css

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

 span { border-color: rgb(237,239,235); }

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