#FFD9CE

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

Shades of Cinderella #FFD9CE

Tints of Cinderella #FFD9CE

Color information

#FFD9CE (or 0xFFD9CE) is unknown color: approx Cinderella. HEX triplet: FF, D9 and CE. RGB value is (255,217,206). Sum of RGB (Red+Green+Blue) = 255+217+206=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9CE is #002631. Grayscale: #E3E3E3. Windows color (decimal): -9778 or 13556223. OLE color: 13556223.

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

Color convert

RGB255217206-
CMYK00.150.190
HSL13.47º100%90.39%-
HSV(B)13.47º19.22%100%-
XYZ77.1975.3468.87-
YUV227.11116.09147.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=37.61%
G=32.01%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521720600.150.19013.4710090.39
HexFFD9CE0F130d645a
Octal37733131601723015144132
Binary11111111110110011100111001111100110110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9CE; }

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

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

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

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

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

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

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

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