Html Css Color HEX #EDE7EC Selago

📋 copy color: '#EDE7EC'

red 237 ◦ green 231 ◦ blue 236

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

Shades of Selago #EDE7EC

Tints of Selago #EDE7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.81%

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

R = 33.66%
G = 32.81%
B = 33.52%

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

#EDE7EC (or 0xEDE7EC) is known color: Selago. HEX triplet: ED, E7 and EC. RGB value is (237,231,236). Sum of RGB (Red+Green+Blue) = 237+231+236=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EC is #121813. Grayscale: #E9E9E9. Windows color (decimal): -1185812 or 15525869. OLE color: 15525869.

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

Color convert

RGB 237 231 236 -
CMYK 0 0.03 0.00 0.07
HSL 310º 0.14% 0.92% -
HSV(B) 310º 0.03% 0.93% -
XYZ 78.64 81.21 90.89 -
YUV 233.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 237 231 236 0 0.03 0.00 0.07 310 0.14 0.92
Hex ED E7 EC 0 3 0 7 136 E 5C
Octal 355 347 354 0 3 0 7 466 16 134
Binary 11101101 11100111 11101100 0 11 0 111 100110110 1110 1011100

Color Harmonies of #EDE7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE7EC

Black with #EDE7EC

Text Example


Text Example

White with #EDE7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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