#FFDACD

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

Shades of Cinderella #FFDACD

Tints of Cinderella #FFDACD

Color information

#FFDACD (or 0xFFDACD) is unknown color: approx Cinderella. HEX triplet: FF, DA and CD. RGB value is (255,218,205). Sum of RGB (Red+Green+Blue) = 255+218+205=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDACD is #002532. Grayscale: #E3E3E3. Windows color (decimal): -9523 or 13490943. OLE color: 13490943.

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

Color convert

RGB255218205-
CMYK00.150.200
HSL15.6º100%90.2%-
HSV(B)15.6º19.61%100%-
XYZ77.3375.8168.31-
YUV227.58115.26147.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 30.24%
R=37.61%
G=32.15%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521820500.150.20015.610090.2
HexFFDACD0F14010645a
Octal37733231501724020144132
Binary111111111101101011001101011111010001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDACD; }

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

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

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

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

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

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

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

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