#DECDCF

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

Shades of Pale Rose #DECDCF

Tints of Pale Rose #DECDCF

Color information

#DECDCF (or 0xDECDCF) is unknown color: approx Pale Rose. HEX triplet: DE, CD and CF. RGB value is (222,205,207). Sum of RGB (Red+Green+Blue) = 222+205+207=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDCF is #213230. Grayscale: #D2D2D2. Windows color (decimal): -2175537 or 13618654. OLE color: 13618654.

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

Color convert

RGB222205207-
CMYK00.080.070.13
HSL352.94º20.48%83.73%-
HSV(B)352.94º7.66%87.06%-
XYZ63.2263.767.99-
YUV210.31126.13136.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=35.02%
G=32.33%
B=32.65%

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
Decimal22220520700.080.070.13352.9420.4883.73
HexDECDCF087D1611454
Octal33631531701071554124124
Binary110111101100110111001111010001111101101100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDCF; }

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

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

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

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

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

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

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

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