Html Css Color HEX #EEDDF2 Selago

📋 copy color: '#EEDDF2'

red 238 ◦ green 221 ◦ blue 242

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

Shades of Selago #EEDDF2

Tints of Selago #EEDDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.53%

 BLUE value IS 242 (94.92% from 255) = 34.52%

R = 33.95%
G = 31.53%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEDDF2 (or 0xEEDDF2) is known color: Selago. HEX triplet: EE, DD and F2. RGB value is (238,221,242). Sum of RGB (Red+Green+Blue) = 238+221+242=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDF2 is #11220D. Grayscale: #E4E4E4. Windows color (decimal): -1122830 or 15916526. OLE color: 15916526.

HSL color Cylindrical-coordinate representation of color #EEDDF2: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDDF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 221 242 -
CMYK 0.02 0.09 0 0.05
HSL 288.57º 0.45% 0.91% -
HSV(B) 288.57º 0.09% 0.95% -
XYZ 77.14 76.3 94.67 -
YUV 228.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 238 221 242 0.02 0.09 0 0.05 288.57 0.45 0.91
Hex EE DD F2 2 9 0 5 121 2D 5B
Octal 356 335 362 2 11 0 5 441 55 133
Binary 11101110 11011101 11110010 10 1001 0 101 100100001 101101 1011011

Color Harmonies of #EEDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDF2

Black with #EEDDF2

Text Example


Text Example

White with #EEDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDF2; }

 p { color: rgb(238,221,242); }

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

background-color css

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

 a { background-color: rgb(238,221,242); }

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

border-color css

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

 span { border-color: rgb(238,221,242); }

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