#DACDBE

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

Shades of Swirl #DACDBE

Tints of Swirl #DACDBE

Color information

#DACDBE (or 0xDACDBE) is unknown color: approx Swirl. HEX triplet: DA, CD and BE. RGB value is (218,205,190). Sum of RGB (Red+Green+Blue) = 218+205+190=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDBE is #253241. Grayscale: #CFCFCF. Windows color (decimal): -2437698 or 12504538. OLE color: 12504538.

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

Color convert

RGB218205190-
CMYK00.060.130.15
HSL32.14º27.45%80%-
HSV(B)32.14º12.84%85.49%-
XYZ60.0462.2957.57-
YUV207.18118.31135.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=35.56%
G=33.44%
B=31.00%

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
Decimal21820519000.060.130.1532.1427.4580
HexDACDBE06DF201b50
Octal3323152760615174033120
Binary110110101100110110111110011011011111100000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDBE; }

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

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

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

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

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

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

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

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