#FFDCCD

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

Shades of Cinderella #FFDCCD

Tints of Cinderella #FFDCCD

Color information

#FFDCCD (or 0xFFDCCD) is unknown color: approx Cinderella. HEX triplet: FF, DC and CD. RGB value is (255,220,205). Sum of RGB (Red+Green+Blue) = 255+220+205=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCD is #002332. Grayscale: #E4E4E4. Windows color (decimal): -9011 or 13491455. OLE color: 13491455.

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

Color convert

RGB255220205-
CMYK00.140.200
HSL18º100%90.2%-
HSV(B)18º19.61%100%-
XYZ77.8576.8568.49-
YUV228.76114.6146.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 205 (80.47% from 255) = 30.15%
R=37.5%
G=32.35%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020500.140.2001810090.2
HexFFDCCD0E14012645a
Octal37733431501624022144132
Binary111111111101110011001101011101010001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCD; }

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

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

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

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

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

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

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

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