Html Css Color HEX #EDEBED Selago

📋 copy color: '#EDEBED'

red 237 ◦ green 235 ◦ blue 237

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

Shades of Selago #EDEBED

Tints of Selago #EDEBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.15%

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

R = 33.43%
G = 33.15%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDEBED (or 0xEDEBED) is known color: Selago. HEX triplet: ED, EB and ED. RGB value is (237,235,237). Sum of RGB (Red+Green+Blue) = 237+235+237=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBED is #121412. Grayscale: #EBEBEB. Windows color (decimal): -1184787 or 15592429. OLE color: 15592429.

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

Color convert

RGB 237 235 237 -
CMYK 0 0.01 0 0.07
HSL 300º 0.05% 0.93% -
HSV(B) 300º 0.01% 0.93% -
XYZ 79.92 83.54 92.03 -
YUV 235.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 237 235 237 0 0.01 0 0.07 300 0.05 0.93
Hex ED EB ED 0 1 0 7 12C 5 5D
Octal 355 353 355 0 1 0 7 454 5 135
Binary 11101101 11101011 11101101 0 1 0 111 100101100 101 1011101

Color Harmonies of #EDEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBED

Black with #EDEBED

Text Example


Text Example

White with #EDEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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