#DAC8CC

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

Shades of Prim #DAC8CC

Tints of Prim #DAC8CC

Color information

#DAC8CC (or 0xDAC8CC) is unknown color: approx Prim. HEX triplet: DA, C8 and CC. RGB value is (218,200,204). Sum of RGB (Red+Green+Blue) = 218+200+204=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8CC is #253733. Grayscale: #CDCDCD. Windows color (decimal): -2438964 or 13420762. OLE color: 13420762.

HSL color Cylindrical-coordinate representation of color #DAC8CC: hue angle of 346.67º degrees, saturation: 0.2, 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 #DAC8CC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218200204-
CMYK00.080.060.15
HSL346.67º19.57%81.96%-
HSV(B)346.67º8.26%85.49%-
XYZ60.4760.5765.63-
YUV205.84126.96136.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=35.05%
G=32.15%
B=32.80%

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
Decimal21820020400.080.060.15346.6719.5781.96
HexDAC8CC086F15b1452
Octal33231031401061753324122
Binary110110101100100011001100010001101111101011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8CC; }

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

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

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

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

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

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

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

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