#D5C9CD

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

Shades of Prim #D5C9CD

Tints of Prim #D5C9CD

Color information

#D5C9CD (or 0xD5C9CD) is unknown color: approx Prim. HEX triplet: D5, C9 and CD. RGB value is (213,201,205). Sum of RGB (Red+Green+Blue) = 213+201+205=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9CD is #2A3632. Grayscale: #CDCDCD. Windows color (decimal): -2766387 or 13486549. OLE color: 13486549.

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

Color convert

RGB213201205-
CMYK00.060.040.16
HSL340º12.5%81.18%-
HSV(B)340º5.63%83.53%-
XYZ59.3560.3366.27-
YUV205.04127.98133.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=34.41%
G=32.47%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320120500.060.040.1634012.581.18
HexD5C9CD06410154c51
Octal3253113150642052414121
Binary11010101110010011100110101101001000010101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9CD; }

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

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

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

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

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

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

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

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