#EEDBE1

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

Shades of Carousel Pink #EEDBE1

Tints of Carousel Pink #EEDBE1

Color information

#EEDBE1 (or 0xEEDBE1) is unknown color: approx Carousel Pink. HEX triplet: EE, DB and E1. RGB value is (238,219,225). Sum of RGB (Red+Green+Blue) = 238+219+225=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE1 is #11241E. Grayscale: #E1E1E1. Windows color (decimal): -1123359 or 14801902. OLE color: 14801902.

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

Color convert

RGB238219225-
CMYK00.080.050.07
HSL341.05º35.85%89.61%-
HSV(B)341.05º7.98%93.33%-
XYZ74.1874.2881.66-
YUV225.36127.79137.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 219 (85.94% from 255) = 32.11%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=34.90%
G=32.11%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821922500.080.050.07341.0535.8589.61
HexEEDBE10857155245a
Octal3563333410105752544132
Binary111011101101101111100001010001011111010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE1; }

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

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

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

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

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

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

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

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