#DACABF

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

Shades of Swirl #DACABF

Tints of Swirl #DACABF

Color information

#DACABF (or 0xDACABF) is unknown color: approx Swirl. HEX triplet: DA, CA and BF. RGB value is (218,202,191). Sum of RGB (Red+Green+Blue) = 218+202+191=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACABF is #253540. Grayscale: #CDCDCD. Windows color (decimal): -2438465 or 12569306. OLE color: 12569306.

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

Color convert

RGB218202191-
CMYK00.070.120.15
HSL24.44º26.73%80.2%-
HSV(B)24.44º12.39%85.49%-
XYZ59.4460.9157.91-
YUV205.53119.8136.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 191 (75% from 255) = 31.26%
R=35.68%
G=33.06%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820219100.070.120.1524.4426.7380.2
HexDACABF07CF181b50
Octal3323122770714173033120
Binary11011010110010101011111101111100111111000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACABF; }

 p { color: rgb(218,202,191); }

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

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

 a { background-color: rgb(218,202,191); }

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

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

 span { border-color: rgb(218,202,191); }

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