#DABBDD

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

Shades of Thistle #DABBDD

Tints of Thistle #DABBDD

Color information

#DABBDD (or 0xDABBDD) is unknown color: approx Thistle. HEX triplet: DA, BB and DD. RGB value is (218,187,221). Sum of RGB (Red+Green+Blue) = 218+187+221=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDD is #254422. Grayscale: #C8C8C8. Windows color (decimal): -2442275 or 14531546. OLE color: 14531546.

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

Color convert

RGB218187221-
CMYK0.010.1500.13
HSL294.71º33.33%80%-
HSV(B)294.71º15.38%86.67%-
XYZ59.7355.6776-
YUV200.14139.77140.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=34.82%
G=29.87%
B=35.30%

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
Decimal2181872210.010.1500.13294.7133.3380
HexDABBDD1F0D1272150
Octal33227333511701544741120
Binary11011010101110111101110111111011011001001111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBDD; }

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

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

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

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

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

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

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

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