#FFD8CE

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

Shades of Cinderella #FFD8CE

Tints of Cinderella #FFD8CE

Color information

#FFD8CE (or 0xFFD8CE) is unknown color: approx Cinderella. HEX triplet: FF, D8 and CE. RGB value is (255,216,206). Sum of RGB (Red+Green+Blue) = 255+216+206=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8CE is #002731. Grayscale: #E2E2E2. Windows color (decimal): -10034 or 13555967. OLE color: 13555967.

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

Color convert

RGB255216206-
CMYK00.150.190
HSL12.24º100%90.39%-
HSV(B)12.24º19.22%100%-
XYZ76.9474.8368.78-
YUV226.52116.42148.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=37.67%
G=31.91%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521620600.150.19012.2410090.39
HexFFD8CE0F130c645a
Octal37733031601723014144132
Binary11111111110110001100111001111100110110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8CE; }

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

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

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

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

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

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

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

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