#DABCDD

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

Shades of Thistle #DABCDD

Tints of Thistle #DABCDD

Color information

#DABCDD (or 0xDABCDD) is unknown color: approx Thistle. HEX triplet: DA, BC and DD. RGB value is (218,188,221). Sum of RGB (Red+Green+Blue) = 218+188+221=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDD is #254322. Grayscale: #C8C8C8. Windows color (decimal): -2442019 or 14531802. OLE color: 14531802.

HSL color Cylindrical-coordinate representation of color #DABCDD: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABCDD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218188221-
CMYK0.010.1500.13
HSL294.55º32.67%80.2%-
HSV(B)294.55º14.93%86.67%-
XYZ59.9556.0976.07-
YUV200.73139.44140.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=34.77%
G=29.98%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181882210.010.1500.13294.5532.6780.2
HexDABCDD1F0D1272150
Octal33227433511701544741120
Binary11011010101111001101110111111011011001001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCDD; }

 p { color: rgb(218,188,221); }

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

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

 a { background-color: rgb(218,188,221); }

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

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

 span { border-color: rgb(218,188,221); }

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