#FFD6C7

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

Shades of Cinderella #FFD6C7

Tints of Cinderella #FFD6C7

Color information

#FFD6C7 (or 0xFFD6C7) is unknown color: approx Cinderella. HEX triplet: FF, D6 and C7. RGB value is (255,214,199). Sum of RGB (Red+Green+Blue) = 255+214+199=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C7 is #002938. Grayscale: #E0E0E0. Windows color (decimal): -10553 or 13096703. OLE color: 13096703.

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

Color convert

RGB255214199-
CMYK00.160.220
HSL16.07º100%89.02%-
HSV(B)16.07º21.96%100%-
XYZ75.673.4864.23-
YUV224.55113.58149.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 199 (78.12% from 255) = 29.79%
R=38.17%
G=32.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521419900.160.22016.0710089.02
HexFFD6C7010160106459
Octal37732630702026020144131
Binary1111111111010110110001110100001011001000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6C7; }

 p { color: rgb(255,214,199); }

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

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

 a { background-color: rgb(255,214,199); }

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

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

 span { border-color: rgb(255,214,199); }

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