Html Css Color HEX #EDE4EF Selago

📋 copy color: '#EDE4EF'

red 237 ◦ green 228 ◦ blue 239

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

Shades of Selago #EDE4EF

Tints of Selago #EDE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.39%

 BLUE value IS 239 (93.75% from 255) = 33.95%

R = 33.66%
G = 32.39%
B = 33.95%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDE4EF (or 0xEDE4EF) is known color: Selago. HEX triplet: ED, E4 and EF. RGB value is (237,228,239). Sum of RGB (Red+Green+Blue) = 237+228+239=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4EF is #121B10. Grayscale: #E7E7E7. Windows color (decimal): -1186577 or 15721709. OLE color: 15721709.

HSL color Cylindrical-coordinate representation of color #EDE4EF: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE4EF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 228 239 -
CMYK 0.01 0.05 0 0.06
HSL 289.09º 0.26% 0.92% -
HSV(B) 289.09º 0.05% 0.94% -
XYZ 78.25 79.72 92.93 -
YUV 231.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 237 228 239 0.01 0.05 0 0.06 289.09 0.26 0.92
Hex ED E4 EF 1 5 0 6 121 1A 5C
Octal 355 344 357 1 5 0 6 441 32 134
Binary 11101101 11100100 11101111 1 101 0 110 100100001 11010 1011100

Color Harmonies of #EDE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4EF

Black with #EDE4EF

Text Example


Text Example

White with #EDE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4EF; }

 p { color: rgb(237,228,239); }

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

background-color css

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

 a { background-color: rgb(237,228,239); }

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

border-color css

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

 span { border-color: rgb(237,228,239); }

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