#FFDBCE

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

Shades of Cinderella #FFDBCE

Tints of Cinderella #FFDBCE

Color information

#FFDBCE (or 0xFFDBCE) is unknown color: approx Cinderella. HEX triplet: FF, DB and CE. RGB value is (255,219,206). Sum of RGB (Red+Green+Blue) = 255+219+206=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDBCE is #002431. Grayscale: #E4E4E4. Windows color (decimal): -9266 or 13556735. OLE color: 13556735.

HSL color Cylindrical-coordinate representation of color #FFDBCE: hue angle of 15.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDBCE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255219206-
CMYK00.140.190
HSL15.92º100%90.39%-
HSV(B)15.92º19.22%100%-
XYZ77.7176.3869.04-
YUV228.28115.43147.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 206 (80.86% from 255) = 30.29%
R=37.5%
G=32.21%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521920600.140.19015.9210090.39
HexFFDBCE0E13010645a
Octal37733331601623020144132
Binary111111111101101111001110011101001101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBCE; }

 p { color: rgb(255,219,206); }

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

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

 a { background-color: rgb(255,219,206); }

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

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

 span { border-color: rgb(255,219,206); }

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