#EFDFE2

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

Shades of Carousel Pink #EFDFE2

Tints of Carousel Pink #EFDFE2

Color information

#EFDFE2 (or 0xEFDFE2) is unknown color: approx Carousel Pink. HEX triplet: EF, DF and E2. RGB value is (239,223,226). Sum of RGB (Red+Green+Blue) = 239+223+226=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFE2 is #10201D. Grayscale: #E4E4E4. Windows color (decimal): -1056798 or 14868463. OLE color: 14868463.

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

Color convert

RGB239223226-
CMYK00.070.050.06
HSL348.75º33.33%90.59%-
HSV(B)348.75º6.69%93.73%-
XYZ75.7176.6282.75-
YUV228.13126.8135.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 226 (88.67% from 255) = 32.85%
R=34.74%
G=32.41%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922322600.070.050.06348.7533.3390.59
HexEFDFE2075615d215b
Octal357337342075653541133
Binary11101111110111111110001001111011101010111011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFE2; }

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

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

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

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

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

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

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

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