#EEDEE2

Color #EEDEE2 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #EEDEE2

Tints of Carousel Pink #EEDEE2

Color information

#EEDEE2 (or 0xEEDEE2) is unknown color: approx Carousel Pink. HEX triplet: EE, DE and E2. RGB value is (238,222,226). Sum of RGB (Red+Green+Blue) = 238+222+226=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE2 is #11211D. Grayscale: #E3E3E3. Windows color (decimal): -1122590 or 14868206. OLE color: 14868206.

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

Color convert

RGB238222226-
CMYK00.070.050.07
HSL345º32%90.2%-
HSV(B)345º6.72%93.33%-
XYZ75.1175.9182.65-
YUV227.24127.3135.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 226 (88.67% from 255) = 32.94%
R=34.69%
G=32.36%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822222600.070.050.073453290.2
HexEEDEE20757159205a
Octal356336342075753140132
Binary11101110110111101110001001111011111010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE2; }

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

 H1.HeaderClassName
 {
   color: #EEDEE2;
 }
 .AnyTagClassName
 {
   color: #EEDEE2;
 }
</style>
background-color css

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

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

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

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

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

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