#DCD7D8

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

Shades of Pale Rose #DCD7D8

Tints of Pale Rose #DCD7D8

Color information

#DCD7D8 (or 0xDCD7D8) is unknown color: approx Pale Rose. HEX triplet: DC, D7 and D8. RGB value is (220,215,216). Sum of RGB (Red+Green+Blue) = 220+215+216=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7D8 is #232827. Grayscale: #D8D8D8. Windows color (decimal): -2304040 or 14211036. OLE color: 14211036.

HSL color Cylindrical-coordinate representation of color #DCD7D8: hue angle of 348º degrees, saturation: 0.07, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCD7D8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220215216-
CMYK00.020.020.14
HSL348º6.67%85.29%-
HSV(B)348º2.27%86.27%-
XYZ66.2168.7774.75-
YUV216.61127.66130.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 215 (84.38% from 255) = 33.03%
BLUE value IS 216 (84.77% from 255) = 33.18%
R=33.79%
G=33.03%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021521600.020.020.143486.6785.29
HexDCD7D8022E15c755
Octal334327330022165347125
Binary1101110011010111110110000101011101010111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7D8; }

 p { color: rgb(220,215,216); }

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

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

 a { background-color: rgb(220,215,216); }

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

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

 span { border-color: rgb(220,215,216); }

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