#DAB0DC

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

Shades of Thistle #DAB0DC

Tints of Thistle #DAB0DC

Color information

#DAB0DC (or 0xDAB0DC) is unknown color: approx Thistle. HEX triplet: DA, B0 and DC. RGB value is (218,176,220). Sum of RGB (Red+Green+Blue) = 218+176+220=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DC is #254F23. Grayscale: #C1C1C1. Windows color (decimal): -2445092 or 14463194. OLE color: 14463194.

HSL color Cylindrical-coordinate representation of color #DAB0DC: hue angle of 297.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0DC is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218176220-
CMYK0.010.200.14
HSL297.27º38.6%77.65%-
HSV(B)297.27º20%86.27%-
XYZ57.3651.1274.55-
YUV193.57142.91145.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 176 (69.14% from 255) = 28.66%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=35.50%
G=28.66%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181762200.010.200.14297.2738.677.65
HexDAB0DC1140E129274e
Octal33226033412401645147116
Binary110110101011000011011100110100011101001010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0DC; }

 p { color: rgb(218,176,220); }

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

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

 a { background-color: rgb(218,176,220); }

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

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

 span { border-color: rgb(218,176,220); }

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