#DAC8BC

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

Shades of Swirl #DAC8BC

Tints of Swirl #DAC8BC

Color information

#DAC8BC (or 0xDAC8BC) is unknown color: approx Swirl. HEX triplet: DA, C8 and BC. RGB value is (218,200,188). Sum of RGB (Red+Green+Blue) = 218+200+188=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8BC is #253743. Grayscale: #CCCCCC. Windows color (decimal): -2438980 or 12372186. OLE color: 12372186.

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

Color convert

RGB218200188-
CMYK00.080.140.15
HSL24º28.85%79.61%-
HSV(B)24º13.76%85.49%-
XYZ58.6459.8456.04-
YUV204.01118.96137.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=35.97%
G=33.00%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820018800.080.140.152428.8579.61
HexDAC8BC08EF181d50
Octal33231027401016173035120
Binary110110101100100010111100010001110111111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8BC; }

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

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

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

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

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

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

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

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