#D9CDCE

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

Shades of Pale Rose #D9CDCE

Tints of Pale Rose #D9CDCE

Color information

#D9CDCE (or 0xD9CDCE) is unknown color: approx Pale Rose. HEX triplet: D9, CD and CE. RGB value is (217,205,206). Sum of RGB (Red+Green+Blue) = 217+205+206=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCE is #263231. Grayscale: #D0D0D0. Windows color (decimal): -2503218 or 13553113. OLE color: 13553113.

HSL color Cylindrical-coordinate representation of color #D9CDCE: hue angle of 355º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDCE is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217205206-
CMYK00.060.050.15
HSL355º13.64%82.75%-
HSV(B)355º5.53%85.1%-
XYZ61.5962.8767.28-
YUV208.7126.48133.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=34.55%
G=32.64%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720520600.060.050.1535513.6482.75
HexD9CDCE065F163e53
Octal3313153160651754316123
Binary1101100111001101110011100110101111110110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDCE; }

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

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

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

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

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

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

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

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