#FFDDCC

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

Shades of Cinderella #FFDDCC

Tints of Cinderella #FFDDCC

Color information

#FFDDCC (or 0xFFDDCC) is unknown color: approx Cinderella. HEX triplet: FF, DD and CC. RGB value is (255,221,204). Sum of RGB (Red+Green+Blue) = 255+221+204=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCC is #002233. Grayscale: #E5E5E5. Windows color (decimal): -8756 or 13426175. OLE color: 13426175.

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

Color convert

RGB255221204-
CMYK00.130.20
HSL20º100%90%-
HSV(B)20º20%100%-
XYZ7877.3367.94-
YUV229.23113.76146.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 204 (80.08% from 255) = 30%
R=37.5%
G=32.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522120400.130.202010090
HexFFDDCC0D14014645a
Octal37733531401524024144132
Binary111111111101110111001100011011010001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDCC; }

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

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

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

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

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

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

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

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