#FFDECC

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

Shades of Cinderella #FFDECC

Tints of Cinderella #FFDECC

Color information

#FFDECC (or 0xFFDECC) is unknown color: approx Cinderella. HEX triplet: FF, DE and CC. RGB value is (255,222,204). Sum of RGB (Red+Green+Blue) = 255+222+204=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDECC is #002133. Grayscale: #E5E5E5. Windows color (decimal): -8500 or 13426431. OLE color: 13426431.

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

Color convert

RGB255222204-
CMYK00.130.20
HSL21.18º100%90%-
HSV(B)21.18º20%100%-
XYZ78.2677.8668.03-
YUV229.81113.43145.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=37.44%
G=32.60%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522220400.130.2021.1810090
HexFFDECC0D14015645a
Octal37733631401524025144132
Binary111111111101111011001100011011010001010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDECC; }

 p { color: rgb(255,222,204); }

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

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

 a { background-color: rgb(255,222,204); }

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

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

 span { border-color: rgb(255,222,204); }

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