#DABFDD

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

Shades of Thistle #DABFDD

Tints of Thistle #DABFDD

Color information

#DABFDD (or 0xDABFDD) is unknown color: approx Thistle. HEX triplet: DA, BF and DD. RGB value is (218,191,221). Sum of RGB (Red+Green+Blue) = 218+191+221=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDD is #254022. Grayscale: #CACACA. Windows color (decimal): -2441251 or 14532570. OLE color: 14532570.

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

Color convert

RGB218191221-
CMYK0.010.1400.13
HSL294º30.61%80.78%-
HSV(B)294º13.57%86.67%-
XYZ60.657.3976.29-
YUV202.49138.45139.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=34.60%
G=30.32%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181912210.010.1400.1329430.6180.78
HexDABFDD1E0D1261f51
Octal33227733511601544637121
Binary1101101010111111110111011111001101100100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFDD; }

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

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

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

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

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

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

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

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