#D9CCD1

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

Shades of Prim #D9CCD1

Tints of Prim #D9CCD1

Color information

#D9CCD1 (or 0xD9CCD1) is unknown color: approx Prim. HEX triplet: D9, CC and D1. RGB value is (217,204,209). Sum of RGB (Red+Green+Blue) = 217+204+209=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD1 is #26332E. Grayscale: #D0D0D0. Windows color (decimal): -2503471 or 13749465. OLE color: 13749465.

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

Color convert

RGB217204209-
CMYK00.060.040.15
HSL336.92º14.61%82.55%-
HSV(B)336.92º5.99%85.1%-
XYZ61.7262.5469.14-
YUV208.46128.31134.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=34.44%
G=32.38%
B=33.17%

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
Decimal21720420900.060.040.15336.9214.6182.55
HexD9CCD1064F151f53
Octal3313143210641752117123
Binary1101100111001100110100010110100111110101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCD1; }

 p { color: rgb(217,204,209); }

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

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

 a { background-color: rgb(217,204,209); }

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

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

 span { border-color: rgb(217,204,209); }

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