#D9CAD0

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

Shades of Prim #D9CAD0

Tints of Prim #D9CAD0

Color information

#D9CAD0 (or 0xD9CAD0) is unknown color: approx Prim. HEX triplet: D9, CA and D0. RGB value is (217,202,208). Sum of RGB (Red+Green+Blue) = 217+202+208=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAD0 is #26352F. Grayscale: #CFCFCF. Windows color (decimal): -2503984 or 13683417. OLE color: 13683417.

HSL color Cylindrical-coordinate representation of color #D9CAD0: hue angle of 336º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CAD0 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217202208-
CMYK00.070.040.15
HSL336º16.48%82.16%-
HSV(B)336º6.91%85.1%-
XYZ61.1261.5568.33-
YUV207.17128.47135.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=34.61%
G=32.22%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720220800.070.040.1533616.4882.16
HexD9CAD0074F1501052
Octal3313123200741752020122
Binary11011001110010101101000001111001111101010000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAD0; }

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

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

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

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

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

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

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

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