#D5CACD

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

Shades of Prim #D5CACD

Tints of Prim #D5CACD

Color information

#D5CACD (or 0xD5CACD) is unknown color: approx Prim. HEX triplet: D5, CA and CD. RGB value is (213,202,205). Sum of RGB (Red+Green+Blue) = 213+202+205=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACD is #2A3532. Grayscale: #CDCDCD. Windows color (decimal): -2766131 or 13486805. OLE color: 13486805.

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

Color convert

RGB213202205-
CMYK00.050.040.16
HSL343.64º11.58%81.37%-
HSV(B)343.64º5.16%83.53%-
XYZ59.5860.7966.35-
YUV205.63127.64133.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=34.35%
G=32.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320220500.050.040.16343.6411.5881.37
HexD5CACD05410158c51
Octal3253123150542053014121
Binary11010101110010101100110101011001000010101100011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CACD; }

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

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

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

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

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

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

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

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