#DACCBE

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

Shades of Swirl #DACCBE

Tints of Swirl #DACCBE

Color information

#DACCBE (or 0xDACCBE) is unknown color: approx Swirl. HEX triplet: DA, CC and BE. RGB value is (218,204,190). Sum of RGB (Red+Green+Blue) = 218+204+190=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCBE is #253341. Grayscale: #CECECE. Windows color (decimal): -2437954 or 12504282. OLE color: 12504282.

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

Color convert

RGB218204190-
CMYK00.060.130.15
HSL30º27.45%80%-
HSV(B)30º12.84%85.49%-
XYZ59.861.8157.49-
YUV206.59118.64136.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=35.62%
G=33.33%
B=31.05%

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
Decimal21820419000.060.130.153027.4580
HexDACCBE06DF1e1b50
Octal3323142760615173633120
Binary11011010110011001011111001101101111111110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCBE; }

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

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

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

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

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

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

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

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