#FFD7CD

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

Shades of Cinderella #FFD7CD

Tints of Cinderella #FFD7CD

Color information

#FFD7CD (or 0xFFD7CD) is unknown color: approx Cinderella. HEX triplet: FF, D7 and CD. RGB value is (255,215,205). Sum of RGB (Red+Green+Blue) = 255+215+205=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CD is #002832. Grayscale: #E1E1E1. Windows color (decimal): -10291 or 13490175. OLE color: 13490175.

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

Color convert

RGB255215205-
CMYK00.160.200
HSL12º100%90.2%-
HSV(B)12º19.61%100%-
XYZ76.5674.2768.06-
YUV225.82116.25148.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=37.78%
G=31.85%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521520500.160.2001210090.2
HexFFD7CD010140c645a
Octal37732731502024014144132
Binary111111111101011111001101010000101000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7CD; }

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

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

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

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

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

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

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

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