Html Css Color HEX #EDE8EE Selago

📋 copy color: '#EDE8EE'

red 237 ◦ green 232 ◦ blue 238

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

Shades of Selago #EDE8EE

Tints of Selago #EDE8EE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.81%

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

R = 33.52%
G = 32.81%
B = 33.66%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDE8EE (or 0xEDE8EE) is known color: Selago. HEX triplet: ED, E8 and EE. RGB value is (237,232,238). Sum of RGB (Red+Green+Blue) = 237+232+238=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8EE is #121711. Grayscale: #EAEAEA. Windows color (decimal): -1185554 or 15657197. OLE color: 15657197.

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

Color convert

RGB 237 232 238 -
CMYK 0.00 0.03 0 0.07
HSL 290º 0.15% 0.92% -
HSV(B) 290º 0.03% 0.93% -
XYZ 79.21 81.89 92.52 -
YUV 234.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 237 232 238 0.00 0.03 0 0.07 290 0.15 0.92
Hex ED E8 EE 0 3 0 7 122 F 5C
Octal 355 350 356 0 3 0 7 442 17 134
Binary 11101101 11101000 11101110 0 11 0 111 100100010 1111 1011100

Color Harmonies of #EDE8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8EE

Black with #EDE8EE

Text Example


Text Example

White with #EDE8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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