#D6CACE

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

Shades of Prim #D6CACE

Tints of Prim #D6CACE

Color information

#D6CACE (or 0xD6CACE) is unknown color: approx Prim. HEX triplet: D6, CA and CE. RGB value is (214,202,206). Sum of RGB (Red+Green+Blue) = 214+202+206=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACE is #293531. Grayscale: #CECECE. Windows color (decimal): -2700594 or 13552342. OLE color: 13552342.

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

Color convert

RGB214202206-
CMYK00.060.040.16
HSL340º12.77%81.57%-
HSV(B)340º5.61%83.92%-
XYZ59.9960.9967-
YUV206.04127.98133.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=34.41%
G=32.48%
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
Decimal21420220600.060.040.1634012.7781.57
HexD6CACE06410154d52
Octal3263123160642052415122
Binary11010110110010101100111001101001000010101010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACE; }

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

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

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

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

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

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

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

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