#DACABB

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

Shades of Swirl #DACABB

Tints of Swirl #DACABB

Color information

#DACABB (or 0xDACABB) is unknown color: approx Swirl. HEX triplet: DA, CA and BB. RGB value is (218,202,187). Sum of RGB (Red+Green+Blue) = 218+202+187=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DACABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACABB is #253544. Grayscale: #CDCDCD. Windows color (decimal): -2438469 or 12307162. OLE color: 12307162.

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

Color convert

RGB218202187-
CMYK00.070.140.15
HSL29.03º29.52%79.41%-
HSV(B)29.03º14.22%85.49%-
XYZ5960.7355.63-
YUV205.07117.8137.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=35.91%
G=33.28%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820218700.070.140.1529.0329.5279.41
HexDACABB07EF1d1e4f
Octal3323122730716173536117
Binary11011010110010101011101101111110111111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACABB; }

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

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

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

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

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

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

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

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