#FFD9CD

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

Shades of Cinderella #FFD9CD

Tints of Cinderella #FFD9CD

Color information

#FFD9CD (or 0xFFD9CD) is unknown color: approx Cinderella. HEX triplet: FF, D9 and CD. RGB value is (255,217,205). Sum of RGB (Red+Green+Blue) = 255+217+205=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CD is #002632. Grayscale: #E3E3E3. Windows color (decimal): -9779 or 13490687. OLE color: 13490687.

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

Color convert

RGB255217205-
CMYK00.150.200
HSL14.4º100%90.2%-
HSV(B)14.4º19.61%100%-
XYZ77.0775.2968.23-
YUV226.99115.59147.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=37.67%
G=32.05%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521720500.150.20014.410090.2
HexFFD9CD0F140e645a
Octal37733131501724016144132
Binary11111111110110011100110101111101000111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9CD; }

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

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

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

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

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

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

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

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