Html Css Color HEX #EDE6ED Selago

📋 copy color: '#EDE6ED'

red 237 ◦ green 230 ◦ blue 237

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

Shades of Selago #EDE6ED

Tints of Selago #EDE6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.67%

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

R = 33.66%
G = 32.67%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE6ED (or 0xEDE6ED) is known color: Selago. HEX triplet: ED, E6 and ED. RGB value is (237,230,237). Sum of RGB (Red+Green+Blue) = 237+230+237=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDE6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6ED is #121912. Grayscale: #E8E8E8. Windows color (decimal): -1186067 or 15591149. OLE color: 15591149.

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

Color convert

RGB 237 230 237 -
CMYK 0 0.03 0 0.07
HSL 300º 0.16% 0.92% -
HSV(B) 300º 0.03% 0.93% -
XYZ 78.51 80.71 91.56 -
YUV 232.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 237 230 237 0 0.03 0 0.07 300 0.16 0.92
Hex ED E6 ED 0 3 0 7 12C 10 5C
Octal 355 346 355 0 3 0 7 454 20 134
Binary 11101101 11100110 11101101 0 11 0 111 100101100 10000 1011100

Color Harmonies of #EDE6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6ED

Black with #EDE6ED

Text Example


Text Example

White with #EDE6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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