#EFDEE1

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

Shades of Carousel Pink #EFDEE1

Tints of Carousel Pink #EFDEE1

Color information

#EFDEE1 (or 0xEFDEE1) is unknown color: approx Carousel Pink. HEX triplet: EF, DE and E1. RGB value is (239,222,225). Sum of RGB (Red+Green+Blue) = 239+222+225=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE1 is #10211E. Grayscale: #E3E3E3. Windows color (decimal): -1057055 or 14802671. OLE color: 14802671.

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

Color convert

RGB239222225-
CMYK00.070.060.06
HSL349.41º34.69%90.39%-
HSV(B)349.41º7.11%93.73%-
XYZ75.3176.0381.94-
YUV227.42126.63136.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=34.84%
G=32.36%
B=32.80%

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
Decimal23922222500.070.060.06349.4134.6990.39
HexEFDEE1076615d235a
Octal357336341076653543132
Binary11101111110111101110000101111101101010111011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEE1; }

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

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

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

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

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

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

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

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