Html Css Color HEX #EDE8EC Selago

📋 copy color: '#EDE8EC'

red 237 ◦ green 232 ◦ blue 236

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

Shades of Selago #EDE8EC

Tints of Selago #EDE8EC

RGB

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

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

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

R = 33.62%
G = 32.91%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDE8EC (or 0xEDE8EC) is known color: Selago. HEX triplet: ED, E8 and EC. RGB value is (237,232,236). Sum of RGB (Red+Green+Blue) = 237+232+236=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8EC is #121713. Grayscale: #E9E9E9. Windows color (decimal): -1185556 or 15526125. OLE color: 15526125.

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

Color convert

RGB 237 232 236 -
CMYK 0 0.02 0.00 0.07
HSL 312º 0.12% 0.92% -
HSV(B) 312º 0.02% 0.93% -
XYZ 78.92 81.77 90.98 -
YUV 233.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 237 232 236 0 0.02 0.00 0.07 312 0.12 0.92
Hex ED E8 EC 0 2 0 7 138 C 5C
Octal 355 350 354 0 2 0 7 470 14 134
Binary 11101101 11101000 11101100 0 10 0 111 100111000 1100 1011100

Color Harmonies of #EDE8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8EC

Black with #EDE8EC

Text Example


Text Example

White with #EDE8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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