Html Css Color HEX #EEDDF3 Selago

📋 copy color: '#EEDDF3'

red 238 ◦ green 221 ◦ blue 243

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

Shades of Selago #EEDDF3

Tints of Selago #EEDDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.62%

R = 33.9%
G = 31.48%
B = 34.62%

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

#EEDDF3 (or 0xEEDDF3) is known color: Selago. HEX triplet: EE, DD and F3. RGB value is (238,221,243). Sum of RGB (Red+Green+Blue) = 238+221+243=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDF3 is #11220C. Grayscale: #E4E4E4. Windows color (decimal): -1122829 or 15982062. OLE color: 15982062.

HSL color Cylindrical-coordinate representation of color #EEDDF3: hue angle of 286.36º degrees, saturation: 0.48, 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 #EEDDF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 221 243 -
CMYK 0.02 0.09 0 0.05
HSL 286.36º 0.48% 0.91% -
HSV(B) 286.36º 0.09% 0.95% -
XYZ 77.29 76.36 95.46 -
YUV 228.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 238 221 243 0.02 0.09 0 0.05 286.36 0.48 0.91
Hex EE DD F3 2 9 0 5 11E 30 5B
Octal 356 335 363 2 11 0 5 436 60 133
Binary 11101110 11011101 11110011 10 1001 0 101 100011110 110000 1011011

Color Harmonies of #EEDDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDF3

Black with #EEDDF3

Text Example


Text Example

White with #EEDDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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