Html Css Color HEX #EDE4EE Selago

📋 copy color: '#EDE4EE'

red 237 ◦ green 228 ◦ blue 238

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

Shades of Selago #EDE4EE

Tints of Selago #EDE4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.85%

R = 33.71%
G = 32.43%
B = 33.85%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE4EE (or 0xEDE4EE) is known color: Selago. HEX triplet: ED, E4 and EE. RGB value is (237,228,238). Sum of RGB (Red+Green+Blue) = 237+228+238=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4EE is #121B11. Grayscale: #E7E7E7. Windows color (decimal): -1186578 or 15656173. OLE color: 15656173.

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

Color convert

RGB 237 228 238 -
CMYK 0.00 0.04 0 0.07
HSL 294º 0.23% 0.91% -
HSV(B) 294º 0.04% 0.93% -
XYZ 78.1 79.66 92.15 -
YUV 231.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 237 228 238 0.00 0.04 0 0.07 294 0.23 0.91
Hex ED E4 EE 0 4 0 7 126 17 5B
Octal 355 344 356 0 4 0 7 446 27 133
Binary 11101101 11100100 11101110 0 100 0 111 100100110 10111 1011011

Color Harmonies of #EDE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4EE

Black with #EDE4EE

Text Example


Text Example

White with #EDE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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