#DABFDC

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

Shades of Thistle #DABFDC

Tints of Thistle #DABFDC

Color information

#DABFDC (or 0xDABFDC) is unknown color: approx Thistle. HEX triplet: DA, BF and DC. RGB value is (218,191,220). Sum of RGB (Red+Green+Blue) = 218+191+220=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDC is #254023. Grayscale: #CACACA. Windows color (decimal): -2441252 or 14467034. OLE color: 14467034.

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

Color convert

RGB218191220-
CMYK0.010.1300.14
HSL295.86º29.29%80.59%-
HSV(B)295.86º13.18%86.27%-
XYZ60.4657.3375.59-
YUV202.38137.95139.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=34.66%
G=30.37%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181912200.010.1300.14295.8629.2980.59
HexDABFDC1D0E1281d51
Octal33227733411501645035121
Binary1101101010111111110111001110101110100101000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFDC; }

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

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

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

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

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

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

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

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