Html Css Color HEX #EDE6EC Selago

📋 copy color: '#EDE6EC'

red 237 ◦ green 230 ◦ blue 236

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

Shades of Selago #EDE6EC

Tints of Selago #EDE6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.57%

R = 33.71%
G = 32.72%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDE6EC (or 0xEDE6EC) is known color: Selago. HEX triplet: ED, E6 and EC. RGB value is (237,230,236). Sum of RGB (Red+Green+Blue) = 237+230+236=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6EC is #121913. Grayscale: #E8E8E8. Windows color (decimal): -1186068 or 15525613. OLE color: 15525613.

HSL color Cylindrical-coordinate representation of color #EDE6EC: hue angle of 308.57º 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 #EDE6EC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 236 -
CMYK 0 0.03 0.00 0.07
HSL 308.57º 0.16% 0.92% -
HSV(B) 308.57º 0.03% 0.93% -
XYZ 78.36 80.65 90.79 -
YUV 232.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 237 230 236 0 0.03 0.00 0.07 308.57 0.16 0.92
Hex ED E6 EC 0 3 0 7 135 10 5C
Octal 355 346 354 0 3 0 7 465 20 134
Binary 11101101 11100110 11101100 0 11 0 111 100110101 10000 1011100

Color Harmonies of #EDE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6EC

Black with #EDE6EC

Text Example


Text Example

White with #EDE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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