#DACBDB

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

Shades of Thistle #DACBDB

Tints of Thistle #DACBDB

Color information

#DACBDB (or 0xDACBDB) is unknown color: approx Thistle. HEX triplet: DA, CB and DB. RGB value is (218,203,219). Sum of RGB (Red+Green+Blue) = 218+203+219=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBDB is #253424. Grayscale: #D1D1D1. Windows color (decimal): -2438181 or 14404570. OLE color: 14404570.

HSL color Cylindrical-coordinate representation of color #DACBDB: hue angle of 296.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBDB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218203219-
CMYK0.000.0700.14
HSL296.25º18.18%82.75%-
HSV(B)296.25º7.31%85.88%-
XYZ63.0662.7375.8-
YUV209.31133.47134.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=34.06%
G=31.72%
B=34.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182032190.000.0700.14296.2518.1882.75
HexDACBDB070E1281253
Octal3323133330701645022123
Binary110110101100101111011011011101110100101000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBDB; }

 p { color: rgb(218,203,219); }

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

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

 a { background-color: rgb(218,203,219); }

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

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

 span { border-color: rgb(218,203,219); }

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