#FFD9CC

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

Shades of Cinderella #FFD9CC

Tints of Cinderella #FFD9CC

Color information

#FFD9CC (or 0xFFD9CC) is unknown color: approx Cinderella. HEX triplet: FF, D9 and CC. RGB value is (255,217,204). Sum of RGB (Red+Green+Blue) = 255+217+204=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CC is #002633. Grayscale: #E2E2E2. Windows color (decimal): -9780 or 13425151. OLE color: 13425151.

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

Color convert

RGB255217204-
CMYK00.150.20
HSL15.29º100%90%-
HSV(B)15.29º20%100%-
XYZ76.9575.2567.59-
YUV226.88115.09148.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=37.72%
G=32.10%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521720400.150.2015.2910090
HexFFD9CC0F140f645a
Octal37733131401724017144132
Binary11111111110110011100110001111101000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9CC; }

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

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

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

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

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

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

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

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