#DECACC

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

Shades of Pale Rose #DECACC

Tints of Pale Rose #DECACC

Color information

#DECACC (or 0xDECACC) is unknown color: approx Pale Rose. HEX triplet: DE, CA and CC. RGB value is (222,202,204). Sum of RGB (Red+Green+Blue) = 222+202+204=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DECACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECACC is #213533. Grayscale: #D0D0D0. Windows color (decimal): -2176308 or 13421278. OLE color: 13421278.

HSL color Cylindrical-coordinate representation of color #DECACC: hue angle of 354º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECACC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222202204-
CMYK00.090.080.13
HSL354º23.26%83.14%-
HSV(B)354º9.01%87.06%-
XYZ62.1462.1365.84-
YUV208.21125.63137.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=35.35%
G=32.17%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220220400.090.080.1335423.2683.14
HexDECACC098D1621753
Octal336312314011101554227123
Binary1101111011001010110011000100110001101101100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECACC; }

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

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

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

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

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

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

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

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