#DECCCD

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

Shades of Pale Rose #DECCCD

Tints of Pale Rose #DECCCD

Color information

#DECCCD (or 0xDECCCD) is unknown color: approx Pale Rose. HEX triplet: DE, CC and CD. RGB value is (222,204,205). Sum of RGB (Red+Green+Blue) = 222+204+205=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCCD is #213332. Grayscale: #D1D1D1. Windows color (decimal): -2175795 or 13487326. OLE color: 13487326.

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

Color convert

RGB222204205-
CMYK00.080.080.13
HSL356.67º21.43%83.53%-
HSV(B)356.67º8.11%87.06%-
XYZ62.7463.1266.64-
YUV209.5125.46136.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=35.18%
G=32.33%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220420500.080.080.13356.6721.4383.53
HexDECCCD088D1651554
Octal336314315010101554525124
Binary1101111011001100110011010100010001101101100101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCCD; }

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

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

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

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

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

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

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

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