Html Css Color HEX #EEDEE1 Carousel Pink

📋 copy color: '#EEDEE1'

red 238 ◦ green 222 ◦ blue 225

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

Shades of Carousel Pink #EEDEE1

Tints of Carousel Pink #EEDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.41%

 BLUE value IS 225 (88.28% from 255) = 32.85%

R = 34.74%
G = 32.41%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EEDEE1 (or 0xEEDEE1) is known color: Carousel Pink. HEX triplet: EE, DE and E1. RGB value is (238,222,225). Sum of RGB (Red+Green+Blue) = 238+222+225=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE1 is #11211E. Grayscale: #E3E3E3. Windows color (decimal): -1122591 or 14802670. OLE color: 14802670.

HSL color Cylindrical-coordinate representation of color #EEDEE1: hue angle of 348.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEE1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 225 -
CMYK 0 0.07 0.05 0.07
HSL 348.75º 0.32% 0.9% -
HSV(B) 348.75º 0.07% 0.93% -
XYZ 74.97 75.86 81.92 -
YUV 227.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 238 222 225 0 0.07 0.05 0.07 348.75 0.32 0.9
Hex EE DE E1 0 7 5 7 15D 20 5A
Octal 356 336 341 0 7 5 7 535 40 132
Binary 11101110 11011110 11100001 0 111 101 111 101011101 100000 1011010

Color Harmonies of #EEDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEE1

Black with #EEDEE1

Text Example


Text Example

White with #EEDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEE1; }

 p { color: rgb(238,222,225); }

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

background-color css

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

 a { background-color: rgb(238,222,225); }

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

border-color css

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

 span { border-color: rgb(238,222,225); }

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