#DACABD

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

Shades of Swirl #DACABD

Tints of Swirl #DACABD

Color information

#DACABD (or 0xDACABD) is unknown color: approx Swirl. HEX triplet: DA, CA and BD. RGB value is (218,202,189). Sum of RGB (Red+Green+Blue) = 218+202+189=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DACABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACABD is #253542. Grayscale: #CDCDCD. Windows color (decimal): -2438467 or 12438234. OLE color: 12438234.

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

Color convert

RGB218202189-
CMYK00.070.130.15
HSL26.9º28.16%79.8%-
HSV(B)26.9º13.3%85.49%-
XYZ59.2260.8256.76-
YUV205.3118.8137.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.80%
G=33.17%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820218900.070.130.1526.928.1679.8
HexDACABD07DF1b1c50
Octal3323122750715173334120
Binary11011010110010101011110101111101111111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACABD; }

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

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

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

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

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

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

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

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