#EFDFE1

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

Shades of Carousel Pink #EFDFE1

Tints of Carousel Pink #EFDFE1

Color information

#EFDFE1 (or 0xEFDFE1) is unknown color: approx Carousel Pink. HEX triplet: EF, DF and E1. RGB value is (239,223,225). Sum of RGB (Red+Green+Blue) = 239+223+225=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE1 is #10201E. Grayscale: #E4E4E4. Windows color (decimal): -1056799 or 14802927. OLE color: 14802927.

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

Color convert

RGB239223225-
CMYK00.070.060.06
HSL352.5º33.33%90.59%-
HSV(B)352.5º6.69%93.73%-
XYZ75.5776.5682.03-
YUV228.01126.3135.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=34.79%
G=32.46%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922322500.070.060.06352.533.3390.59
HexEFDFE10766160215b
Octal357337341076654041133
Binary11101111110111111110000101111101101011000001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE1; }

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

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

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

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

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

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

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

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