#D7CACD

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

Shades of Prim #D7CACD

Tints of Prim #D7CACD

Color information

#D7CACD (or 0xD7CACD) is unknown color: approx Prim. HEX triplet: D7, CA and CD. RGB value is (215,202,205). Sum of RGB (Red+Green+Blue) = 215+202+205=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CACD is #283532. Grayscale: #CECECE. Windows color (decimal): -2635059 or 13486807. OLE color: 13486807.

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

Color convert

RGB215202205-
CMYK00.060.050.16
HSL346.15º13.98%81.76%-
HSV(B)346.15º6.05%84.31%-
XYZ60.1661.166.38-
YUV206.23127.31134.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=34.57%
G=32.48%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520220500.060.050.16346.1513.9881.76
HexD7CACD0651015ae52
Octal3273123150652053216122
Binary11010111110010101100110101101011000010101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CACD; }

 p { color: rgb(215,202,205); }

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

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

 a { background-color: rgb(215,202,205); }

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

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

 span { border-color: rgb(215,202,205); }

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