#EFDCE1

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

Shades of Carousel Pink #EFDCE1

Tints of Carousel Pink #EFDCE1

Color information

#EFDCE1 (or 0xEFDCE1) is unknown color: approx Carousel Pink. HEX triplet: EF, DC and E1. RGB value is (239,220,225). Sum of RGB (Red+Green+Blue) = 239+220+225=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE1 is #10231E. Grayscale: #E2E2E2. Windows color (decimal): -1057567 or 14802159. OLE color: 14802159.

HSL color Cylindrical-coordinate representation of color #EFDCE1: hue angle of 344.21º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDCE1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239220225-
CMYK00.080.060.06
HSL344.21º37.25%90%-
HSV(B)344.21º7.95%93.73%-
XYZ74.7874.9781.76-
YUV226.25127.29137.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 225 (88.28% from 255) = 32.89%
R=34.94%
G=32.16%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922022500.080.060.06344.2137.2590
HexEFDCE10866158255a
Octal3573343410106653045132
Binary111011111101110011100001010001101101010110001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCE1; }

 p { color: rgb(239,220,225); }

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

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

 a { background-color: rgb(239,220,225); }

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

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

 span { border-color: rgb(239,220,225); }

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