#DAC5CC

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

Shades of Prim #DAC5CC

Tints of Prim #DAC5CC

Color information

#DAC5CC (or 0xDAC5CC) is unknown color: approx Prim. HEX triplet: DA, C5 and CC. RGB value is (218,197,204). Sum of RGB (Red+Green+Blue) = 218+197+204=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CC is #253A33. Grayscale: #CCCCCC. Windows color (decimal): -2439732 or 13419994. OLE color: 13419994.

HSL color Cylindrical-coordinate representation of color #DAC5CC: hue angle of 340º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5CC is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218197204-
CMYK00.100.060.15
HSL340º22.11%81.37%-
HSV(B)340º9.63%85.49%-
XYZ59.7859.265.4-
YUV204.08127.96137.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=35.22%
G=31.83%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819720400.100.060.1534022.1181.37
HexDAC5CC0A6F1541651
Octal33230531401261752426121
Binary110110101100010111001100010101101111101010100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5CC; }

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

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

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

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

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

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

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

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