#EFDEE0

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

Shades of Carousel Pink #EFDEE0

Tints of Carousel Pink #EFDEE0

Color information

#EFDEE0 (or 0xEFDEE0) is unknown color: approx Carousel Pink. HEX triplet: EF, DE and E0. RGB value is (239,222,224). Sum of RGB (Red+Green+Blue) = 239+222+224=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEE0 is #10211F. Grayscale: #E3E3E3. Windows color (decimal): -1057056 or 14737135. OLE color: 14737135.

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

Color convert

RGB239222224-
CMYK00.070.060.06
HSL352.94º34.69%90.39%-
HSV(B)352.94º7.11%93.73%-
XYZ75.1775.9881.22-
YUV227.31126.13136.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 224 (87.89% from 255) = 32.70%
R=34.89%
G=32.41%
B=32.70%

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
Decimal23922222400.070.060.06352.9434.6990.39
HexEFDEE00766161235a
Octal357336340076654143132
Binary11101111110111101110000001111101101011000011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEE0; }

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

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

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

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

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

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

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

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