#FFDCCC

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

Shades of Cinderella #FFDCCC

Tints of Cinderella #FFDCCC

Color information

#FFDCCC (or 0xFFDCCC) is unknown color: approx Cinderella. HEX triplet: FF, DC and CC. RGB value is (255,220,204). Sum of RGB (Red+Green+Blue) = 255+220+204=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCC is #002333. Grayscale: #E4E4E4. Windows color (decimal): -9012 or 13425919. OLE color: 13425919.

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

Color convert

RGB255220204-
CMYK00.140.20
HSL18.82º100%90%-
HSV(B)18.82º20%100%-
XYZ77.7376.8167.85-
YUV228.64114.1146.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 204 (80.08% from 255) = 30.04%
R=37.56%
G=32.40%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020400.140.2018.8210090
HexFFDCCC0E14013645a
Octal37733431401624023144132
Binary111111111101110011001100011101010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCC; }

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

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

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

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

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

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

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

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