Html Css Color HEX #EDE3EF Selago

📋 copy color: '#EDE3EF'

red 237 ◦ green 227 ◦ blue 239

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

Shades of Selago #EDE3EF

Tints of Selago #EDE3EF

RGB

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

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

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

R = 33.71%
G = 32.29%
B = 34%

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

#EDE3EF (or 0xEDE3EF) is known color: Selago. HEX triplet: ED, E3 and EF. RGB value is (237,227,239). Sum of RGB (Red+Green+Blue) = 237+227+239=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EF is #121C10. Grayscale: #E7E7E7. Windows color (decimal): -1186833 or 15721453. OLE color: 15721453.

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

Color convert

RGB 237 227 239 -
CMYK 0.01 0.05 0 0.06
HSL 290º 0.27% 0.91% -
HSV(B) 290º 0.05% 0.94% -
XYZ 77.97 79.17 92.83 -
YUV 231.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 237 227 239 0.01 0.05 0 0.06 290 0.27 0.91
Hex ED E3 EF 1 5 0 6 122 1B 5B
Octal 355 343 357 1 5 0 6 442 33 133
Binary 11101101 11100011 11101111 1 101 0 110 100100010 11011 1011011

Color Harmonies of #EDE3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3EF

Black with #EDE3EF

Text Example


Text Example

White with #EDE3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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