#FFDACC

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

Shades of Cinderella #FFDACC

Tints of Cinderella #FFDACC

Color information

#FFDACC (or 0xFFDACC) is unknown color: approx Cinderella. HEX triplet: FF, DA and CC. RGB value is (255,218,204). Sum of RGB (Red+Green+Blue) = 255+218+204=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDACC is #002533. Grayscale: #E3E3E3. Windows color (decimal): -9524 or 13425407. OLE color: 13425407.

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

Color convert

RGB255218204-
CMYK00.150.20
HSL16.47º100%90%-
HSV(B)16.47º20%100%-
XYZ77.2175.7667.68-
YUV227.47114.76147.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=37.67%
G=32.20%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521820400.150.2016.4710090
HexFFDACC0F14010645a
Octal37733231401724020144132
Binary111111111101101011001100011111010001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDACC; }

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

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

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

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

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

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

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

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