#DECCCE

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

Shades of Pale Rose #DECCCE

Tints of Pale Rose #DECCCE

Color information

#DECCCE (or 0xDECCCE) is unknown color: approx Pale Rose. HEX triplet: DE, CC and CE. RGB value is (222,204,206). Sum of RGB (Red+Green+Blue) = 222+204+206=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCCE is #213331. Grayscale: #D1D1D1. Windows color (decimal): -2175794 or 13552862. OLE color: 13552862.

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

Color convert

RGB222204206-
CMYK00.080.070.13
HSL353.33º21.43%83.53%-
HSV(B)353.33º8.11%87.06%-
XYZ62.8663.1767.27-
YUV209.61125.96136.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=35.13%
G=32.28%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220420600.080.070.13353.3321.4383.53
HexDECCCE087D1611554
Octal33631431601071554125124
Binary110111101100110011001110010001111101101100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCCE; }

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

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

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

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

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

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

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

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