Html Css Color HEX #EDE8ED Selago

📋 copy color: '#EDE8ED'

red 237 ◦ green 232 ◦ blue 237

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

Shades of Selago #EDE8ED

Tints of Selago #EDE8ED

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.86%

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

R = 33.57%
G = 32.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE8ED (or 0xEDE8ED) is known color: Selago. HEX triplet: ED, E8 and ED. RGB value is (237,232,237). Sum of RGB (Red+Green+Blue) = 237+232+237=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8ED is #121712. Grayscale: #EAEAEA. Windows color (decimal): -1185555 or 15591661. OLE color: 15591661.

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

Color convert

RGB 237 232 237 -
CMYK 0 0.02 0 0.07
HSL 300º 0.12% 0.92% -
HSV(B) 300º 0.02% 0.93% -
XYZ 79.07 81.83 91.75 -
YUV 234.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 237 232 237 0 0.02 0 0.07 300 0.12 0.92
Hex ED E8 ED 0 2 0 7 12C C 5C
Octal 355 350 355 0 2 0 7 454 14 134
Binary 11101101 11101000 11101101 0 10 0 111 100101100 1100 1011100

Color Harmonies of #EDE8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8ED

Black with #EDE8ED

Text Example


Text Example

White with #EDE8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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