#DABBDC

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

Shades of Thistle #DABBDC

Tints of Thistle #DABBDC

Color information

#DABBDC (or 0xDABBDC) is unknown color: approx Thistle. HEX triplet: DA, BB and DC. RGB value is (218,187,220). Sum of RGB (Red+Green+Blue) = 218+187+220=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDC is #254423. Grayscale: #C7C7C7. Windows color (decimal): -2442276 or 14466010. OLE color: 14466010.

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

Color convert

RGB218187220-
CMYK0.010.1500.14
HSL296.36º32.04%79.8%-
HSV(B)296.36º15%86.27%-
XYZ59.655.6175.3-
YUV200.03139.27140.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=34.88%
G=29.92%
B=35.2%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181872200.010.1500.14296.3632.0479.8
HexDABBDC1F0E1282050
Octal33227333411701645040120
Binary11011010101110111101110011111011101001010001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBDC; }

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

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

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

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

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

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

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

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