Html Css Color HEX #EDE3EE Selago

📋 copy color: '#EDE3EE'

red 237 ◦ green 227 ◦ blue 238

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

Shades of Selago #EDE3EE

Tints of Selago #EDE3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.34%

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

R = 33.76%
G = 32.34%
B = 33.9%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE3EE (or 0xEDE3EE) is known color: Selago. HEX triplet: ED, E3 and EE. RGB value is (237,227,238). Sum of RGB (Red+Green+Blue) = 237+227+238=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EE is #121C11. Grayscale: #E7E7E7. Windows color (decimal): -1186834 or 15655917. OLE color: 15655917.

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

Color convert

RGB 237 227 238 -
CMYK 0.00 0.05 0 0.07
HSL 294.55º 0.24% 0.91% -
HSV(B) 294.55º 0.05% 0.93% -
XYZ 77.83 79.12 92.06 -
YUV 231.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 237 227 238 0.00 0.05 0 0.07 294.55 0.24 0.91
Hex ED E3 EE 0 5 0 7 127 18 5B
Octal 355 343 356 0 5 0 7 447 30 133
Binary 11101101 11100011 11101110 0 101 0 111 100100111 11000 1011011

Color Harmonies of #EDE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3EE

Black with #EDE3EE

Text Example


Text Example

White with #EDE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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