#DAC9CC

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

Shades of Prim #DAC9CC

Tints of Prim #DAC9CC

Color information

#DAC9CC (or 0xDAC9CC) is unknown color: approx Prim. HEX triplet: DA, C9 and CC. RGB value is (218,201,204). Sum of RGB (Red+Green+Blue) = 218+201+204=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CC is #253633. Grayscale: #CECECE. Windows color (decimal): -2438708 or 13421018. OLE color: 13421018.

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

Color convert

RGB218201204-
CMYK00.080.060.15
HSL349.41º18.68%82.16%-
HSV(B)349.41º7.8%85.49%-
XYZ60.761.0465.71-
YUV206.42126.63136.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=34.99%
G=32.26%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820120400.080.060.15349.4118.6882.16
HexDAC9CC086F15d1352
Octal33231131401061753523122
Binary110110101100100111001100010001101111101011101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9CC; }

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

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

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

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

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

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

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

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