#FFD8CD

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

Shades of Cinderella #FFD8CD

Tints of Cinderella #FFD8CD

Color information

#FFD8CD (or 0xFFD8CD) is unknown color: approx Cinderella. HEX triplet: FF, D8 and CD. RGB value is (255,216,205). Sum of RGB (Red+Green+Blue) = 255+216+205=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8CD is #002732. Grayscale: #E2E2E2. Windows color (decimal): -10035 or 13490431. OLE color: 13490431.

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

Color convert

RGB255216205-
CMYK00.150.200
HSL13.2º100%90.2%-
HSV(B)13.2º19.61%100%-
XYZ76.8274.7868.14-
YUV226.41115.92148.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=37.72%
G=31.95%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521620500.150.20013.210090.2
HexFFD8CD0F140d645a
Octal37733031501724015144132
Binary11111111110110001100110101111101000110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8CD; }

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

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

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

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

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

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

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

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