#FFDCCB

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

Shades of Cinderella #FFDCCB

Tints of Cinderella #FFDCCB

Color information

#FFDCCB (or 0xFFDCCB) is unknown color: approx Cinderella. HEX triplet: FF, DC and CB. RGB value is (255,220,203). Sum of RGB (Red+Green+Blue) = 255+220+203=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCB is #002334. Grayscale: #E4E4E4. Windows color (decimal): -9013 or 13360383. OLE color: 13360383.

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

Color convert

RGB255220203-
CMYK00.140.200
HSL19.62º100%89.8%-
HSV(B)19.62º20.39%100%-
XYZ77.6176.7667.23-
YUV228.53113.6146.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 203 (79.69% from 255) = 29.94%
R=37.61%
G=32.45%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522020300.140.20019.6210089.8
HexFFDCCB0E14014645a
Octal37733431301624024144132
Binary111111111101110011001011011101010001010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCCB; }

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

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

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

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

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

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

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

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