#D6CACD

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

Shades of Prim #D6CACD

Tints of Prim #D6CACD

Color information

#D6CACD (or 0xD6CACD) is unknown color: approx Prim. HEX triplet: D6, CA and CD. RGB value is (214,202,205). Sum of RGB (Red+Green+Blue) = 214+202+205=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACD is #293532. Grayscale: #CDCDCD. Windows color (decimal): -2700595 or 13486806. OLE color: 13486806.

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

Color convert

RGB214202205-
CMYK00.060.040.16
HSL345º12.77%81.57%-
HSV(B)345º5.61%83.92%-
XYZ59.8760.9466.37-
YUV205.93127.48133.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=34.46%
G=32.53%
B=33.01%

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
Decimal21420220500.060.040.1634512.7781.57
HexD6CACD06410159d52
Octal3263123150642053115122
Binary11010110110010101100110101101001000010101100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACD; }

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

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

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

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

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

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

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

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