#FFDDE4

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

Shades of Carousel Pink #FFDDE4

Tints of Carousel Pink #FFDDE4

Color information

#FFDDE4 (or 0xFFDDE4) is unknown color: approx Carousel Pink. HEX triplet: FF, DD and E4. RGB value is (255,221,228). Sum of RGB (Red+Green+Blue) = 255+221+228=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDE4 is #00221B. Grayscale: #E7E7E7. Windows color (decimal): -8732 or 14999039. OLE color: 14999039.

HSL color Cylindrical-coordinate representation of color #FFDDE4: hue angle of 347.65º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDE4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255221228-
CMYK00.130.110
HSL347.65º100%93.33%-
HSV(B)347.65º13.33%100%-
XYZ81.178.5784.29-
YUV231.96125.76144.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 228 (89.45% from 255) = 32.39%
R=36.22%
G=31.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522122800.130.110347.6510093.33
HexFFDDE40DB015c645d
Octal377335344015130534144135
Binary111111111101110111100100011011011010101110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDE4; }

 p { color: rgb(255,221,228); }

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

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

 a { background-color: rgb(255,221,228); }

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

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

 span { border-color: rgb(255,221,228); }

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