Html Css Color HEX #EDE1EC Selago

📋 copy color: '#EDE1EC'

red 237 ◦ green 225 ◦ blue 236

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

Shades of Selago #EDE1EC

Tints of Selago #EDE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.23%

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

R = 33.95%
G = 32.23%
B = 33.81%

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

#EDE1EC (or 0xEDE1EC) is known color: Selago. HEX triplet: ED, E1 and EC. RGB value is (237,225,236). Sum of RGB (Red+Green+Blue) = 237+225+236=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EC is #121E13. Grayscale: #E5E5E5. Windows color (decimal): -1187348 or 15524333. OLE color: 15524333.

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

Color convert

RGB 237 225 236 -
CMYK 0 0.05 0.00 0.07
HSL 305º 0.25% 0.91% -
HSV(B) 305º 0.05% 0.93% -
XYZ 76.99 77.91 90.34 -
YUV 229.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 237 225 236 0 0.05 0.00 0.07 305 0.25 0.91
Hex ED E1 EC 0 5 0 7 131 19 5B
Octal 355 341 354 0 5 0 7 461 31 133
Binary 11101101 11100001 11101100 0 101 0 111 100110001 11001 1011011

Color Harmonies of #EDE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1EC

Black with #EDE1EC

Text Example


Text Example

White with #EDE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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