Html Css Color HEX #EDE0EE Selago

📋 copy color: '#EDE0EE'

red 237 ◦ green 224 ◦ blue 238

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

Shades of Selago #EDE0EE

Tints of Selago #EDE0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.05%

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

R = 33.91%
G = 32.05%
B = 34.05%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE0EE (or 0xEDE0EE) is known color: Selago. HEX triplet: ED, E0 and EE. RGB value is (237,224,238). Sum of RGB (Red+Green+Blue) = 237+224+238=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0EE is #121F11. Grayscale: #E5E5E5. Windows color (decimal): -1187602 or 15655149. OLE color: 15655149.

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

Color convert

RGB 237 224 238 -
CMYK 0.00 0.06 0 0.07
HSL 295.71º 0.29% 0.91% -
HSV(B) 295.71º 0.06% 0.93% -
XYZ 77.01 77.49 91.79 -
YUV 229.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 237 224 238 0.00 0.06 0 0.07 295.71 0.29 0.91
Hex ED E0 EE 0 6 0 7 128 1D 5B
Octal 355 340 356 0 6 0 7 450 35 133
Binary 11101101 11100000 11101110 0 110 0 111 100101000 11101 1011011

Color Harmonies of #EDE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0EE

Black with #EDE0EE

Text Example


Text Example

White with #EDE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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