#DACDDB

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

Shades of Thistle #DACDDB

Tints of Thistle #DACDDB

Color information

#DACDDB (or 0xDACDDB) is unknown color: approx Thistle. HEX triplet: DA, CD and DB. RGB value is (218,205,219). Sum of RGB (Red+Green+Blue) = 218+205+219=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDDB is #253224. Grayscale: #D2D2D2. Windows color (decimal): -2437669 or 14405082. OLE color: 14405082.

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

Color convert

RGB218205219-
CMYK0.000.0600.14
HSL295.71º16.28%83.14%-
HSV(B)295.71º6.39%85.88%-
XYZ63.5363.6875.96-
YUV210.48132.81133.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=33.96%
G=31.93%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182052190.000.0600.14295.7116.2883.14
HexDACDDB060E1281053
Octal3323153330601645020123
Binary110110101100110111011011011001110100101000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDDB; }

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

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

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

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

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

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

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

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