#DAC6CC

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

Shades of Prim #DAC6CC

Tints of Prim #DAC6CC

Color information

#DAC6CC (or 0xDAC6CC) is unknown color: approx Prim. HEX triplet: DA, C6 and CC. RGB value is (218,198,204). Sum of RGB (Red+Green+Blue) = 218+198+204=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CC is #253933. Grayscale: #CCCCCC. Windows color (decimal): -2439476 or 13420250. OLE color: 13420250.

HSL color Cylindrical-coordinate representation of color #DAC6CC: hue angle of 342º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6CC is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218198204-
CMYK00.090.060.15
HSL342º21.28%81.57%-
HSV(B)342º9.17%85.49%-
XYZ60.0159.6565.48-
YUV204.66127.63137.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=35.16%
G=31.94%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819820400.090.060.1534221.2881.57
HexDAC6CC096F1561552
Octal33230631401161752625122
Binary110110101100011011001100010011101111101010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6CC; }

 p { color: rgb(218,198,204); }

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

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

 a { background-color: rgb(218,198,204); }

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

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

 span { border-color: rgb(218,198,204); }

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