Html Css Color HEX #EDE2EC Selago

📋 copy color: '#EDE2EC'

red 237 ◦ green 226 ◦ blue 236

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

Shades of Selago #EDE2EC

Tints of Selago #EDE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

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

R = 33.91%
G = 32.33%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDE2EC (or 0xEDE2EC) is known color: Selago. HEX triplet: ED, E2 and EC. RGB value is (237,226,236). Sum of RGB (Red+Green+Blue) = 237+226+236=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EC is #121D13. Grayscale: #E6E6E6. Windows color (decimal): -1187092 or 15524589. OLE color: 15524589.

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

Color convert

RGB 237 226 236 -
CMYK 0 0.05 0.00 0.07
HSL 305.45º 0.23% 0.91% -
HSV(B) 305.45º 0.05% 0.93% -
XYZ 77.26 78.45 90.43 -
YUV 230.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 237 226 236 0 0.05 0.00 0.07 305.45 0.23 0.91
Hex ED E2 EC 0 5 0 7 131 17 5B
Octal 355 342 354 0 5 0 7 461 27 133
Binary 11101101 11100010 11101100 0 101 0 111 100110001 10111 1011011

Color Harmonies of #EDE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2EC

Black with #EDE2EC

Text Example


Text Example

White with #EDE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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