#DABFDF

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

Shades of Thistle #DABFDF

Tints of Thistle #DABFDF

Color information

#DABFDF (or 0xDABFDF) is unknown color: approx Thistle. HEX triplet: DA, BF and DF. RGB value is (218,191,223). Sum of RGB (Red+Green+Blue) = 218+191+223=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDF is #254020. Grayscale: #CACACA. Windows color (decimal): -2441249 or 14663642. OLE color: 14663642.

HSL color Cylindrical-coordinate representation of color #DABFDF: hue angle of 290.62º degrees, saturation: 0.33, 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 #DABFDF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218191223-
CMYK0.020.1400.13
HSL290.62º33.33%81.18%-
HSV(B)290.62º14.35%87.45%-
XYZ60.8657.4977.7-
YUV202.72139.45138.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=34.49%
G=30.22%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181912230.020.1400.13290.6233.3381.18
HexDABFDF2E0D1232151
Octal33227733721601544341121
Binary110110101011111111011111101110011011001000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFDF; }

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

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

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

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

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

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

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

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