#DECBCC

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

Shades of Pale Rose #DECBCC

Tints of Pale Rose #DECBCC

Color information

#DECBCC (or 0xDECBCC) is unknown color: approx Pale Rose. HEX triplet: DE, CB and CC. RGB value is (222,203,204). Sum of RGB (Red+Green+Blue) = 222+203+204=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBCC is #213433. Grayscale: #D0D0D0. Windows color (decimal): -2176052 or 13421534. OLE color: 13421534.

HSL color Cylindrical-coordinate representation of color #DECBCC: hue angle of 356.84º degrees, saturation: 0.22, 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 #DECBCC is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222203204-
CMYK00.090.080.13
HSL356.84º22.35%83.33%-
HSV(B)356.84º8.56%87.06%-
XYZ62.3862.665.92-
YUV208.8125.29137.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=35.29%
G=32.27%
B=32.43%

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
Decimal22220320400.090.080.13356.8422.3583.33
HexDECBCC098D1651653
Octal336313314011101554526123
Binary1101111011001011110011000100110001101101100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBCC; }

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

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

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

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

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

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

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

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