#DACCBC

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

Shades of Swirl #DACCBC

Tints of Swirl #DACCBC

Color information

#DACCBC (or 0xDACCBC) is unknown color: approx Swirl. HEX triplet: DA, CC and BC. RGB value is (218,204,188). Sum of RGB (Red+Green+Blue) = 218+204+188=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCBC is #253343. Grayscale: #CECECE. Windows color (decimal): -2437956 or 12373210. OLE color: 12373210.

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

Color convert

RGB218204188-
CMYK00.060.140.15
HSL32º28.85%79.61%-
HSV(B)32º13.76%85.49%-
XYZ59.5861.7256.35-
YUV206.36117.64136.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=35.74%
G=33.44%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820418800.060.140.153228.8579.61
HexDACCBC06EF201d50
Octal3323142740616174035120
Binary110110101100110010111100011011101111100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCBC; }

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

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

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

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

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

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

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

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