Html Css Color HEX #EEE2ED Selago

📋 copy color: '#EEE2ED'

red 238 ◦ green 226 ◦ blue 237

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

Shades of Selago #EEE2ED

Tints of Selago #EEE2ED

RGB

 RED value IS 238 (93.36% from 255) = 33.95%

 GREEN value IS 226 (88.67% from 255) = 32.24%

 BLUE value IS 237 (92.97% from 255) = 33.81%

R = 33.95%
G = 32.24%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEE2ED (or 0xEEE2ED) is known color: Selago. HEX triplet: EE, E2 and ED. RGB value is (238,226,237). Sum of RGB (Red+Green+Blue) = 238+226+237=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2ED is #111D12. Grayscale: #E6E6E6. Windows color (decimal): -1121555 or 15590126. OLE color: 15590126.

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

Color convert

RGB 238 226 237 -
CMYK 0 0.05 0.00 0.07
HSL 305º 0.26% 0.91% -
HSV(B) 305º 0.05% 0.93% -
XYZ 77.74 78.68 91.21 -
YUV 230.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 238 226 237 0 0.05 0.00 0.07 305 0.26 0.91
Hex EE E2 ED 0 5 0 7 131 1A 5B
Octal 356 342 355 0 5 0 7 461 32 133
Binary 11101110 11100010 11101101 0 101 0 111 100110001 11010 1011011

Color Harmonies of #EEE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2ED

Black with #EEE2ED

Text Example


Text Example

White with #EEE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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