#D9CDD0

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

Shades of Prim #D9CDD0

Tints of Prim #D9CDD0

Color information

#D9CDD0 (or 0xD9CDD0) is unknown color: approx Prim. HEX triplet: D9, CD and D0. RGB value is (217,205,208). Sum of RGB (Red+Green+Blue) = 217+205+208=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD0 is #26322F. Grayscale: #D0D0D0. Windows color (decimal): -2503216 or 13684185. OLE color: 13684185.

HSL color Cylindrical-coordinate representation of color #D9CDD0: hue angle of 345º 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 #D9CDD0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217205208-
CMYK00.060.040.15
HSL345º13.64%82.75%-
HSV(B)345º5.53%85.1%-
XYZ61.8362.9768.57-
YUV208.93127.48133.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=34.44%
G=32.54%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720520800.060.040.1534513.6482.75
HexD9CDD0064F159e53
Octal3313153200641753116123
Binary1101100111001101110100000110100111110101100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDD0; }

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

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

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

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

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

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

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

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