#DACCBD

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

Shades of Swirl #DACCBD

Tints of Swirl #DACCBD

Color information

#DACCBD (or 0xDACCBD) is unknown color: approx Swirl. HEX triplet: DA, CC and BD. RGB value is (218,204,189). Sum of RGB (Red+Green+Blue) = 218+204+189=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCBD is #253342. Grayscale: #CECECE. Windows color (decimal): -2437955 or 12438746. OLE color: 12438746.

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

Color convert

RGB218204189-
CMYK00.060.130.15
HSL31.03º28.16%79.8%-
HSV(B)31.03º13.3%85.49%-
XYZ59.6961.7756.92-
YUV206.48118.14136.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=35.68%
G=33.39%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820418900.060.130.1531.0328.1679.8
HexDACCBD06DF1f1c50
Octal3323142750615173734120
Binary11011010110011001011110101101101111111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCBD; }

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

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

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

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

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

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

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

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