#FFDDCD

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

Shades of Cinderella #FFDDCD

Tints of Cinderella #FFDDCD

Color information

#FFDDCD (or 0xFFDDCD) is unknown color: approx Cinderella. HEX triplet: FF, DD and CD. RGB value is (255,221,205). Sum of RGB (Red+Green+Blue) = 255+221+205=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCD is #002232. Grayscale: #E5E5E5. Windows color (decimal): -8755 or 13491711. OLE color: 13491711.

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

Color convert

RGB255221205-
CMYK00.130.200
HSL19.2º100%90.2%-
HSV(B)19.2º19.61%100%-
XYZ78.1277.3868.58-
YUV229.34114.26146.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=37.44%
G=32.45%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522120500.130.20019.210090.2
HexFFDDCD0D14013645a
Octal37733531501524023144132
Binary111111111101110111001101011011010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDCD; }

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

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

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

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

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

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

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

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