#DECDCE

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

Shades of Pale Rose #DECDCE

Tints of Pale Rose #DECDCE

Color information

#DECDCE (or 0xDECDCE) is unknown color: approx Pale Rose. HEX triplet: DE, CD and CE. RGB value is (222,205,206). Sum of RGB (Red+Green+Blue) = 222+205+206=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDCE is #213231. Grayscale: #D2D2D2. Windows color (decimal): -2175538 or 13553118. OLE color: 13553118.

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

Color convert

RGB222205206-
CMYK00.080.070.13
HSL356.47º20.48%83.73%-
HSV(B)356.47º7.66%87.06%-
XYZ63.163.6567.35-
YUV210.2125.63136.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=35.07%
G=32.39%
B=32.54%

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
Decimal22220520600.080.070.13356.4720.4883.73
HexDECDCE087D1641454
Octal33631531601071554424124
Binary110111101100110111001110010001111101101100100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDCE; }

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

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

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

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

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

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

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

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