#DABFE3

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

Shades of Thistle #DABFE3

Tints of Thistle #DABFE3

Color information

#DABFE3 (or 0xDABFE3) is unknown color: approx Thistle. HEX triplet: DA, BF and E3. RGB value is (218,191,227). Sum of RGB (Red+Green+Blue) = 218+191+227=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #DABFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE3 is #25401C. Grayscale: #CBCBCB. Windows color (decimal): -2441245 or 14925786. OLE color: 14925786.

HSL color Cylindrical-coordinate representation of color #DABFE3: hue angle of 285º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABFE3 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218191227-
CMYK0.040.1600.11
HSL285º39.13%81.96%-
HSV(B)285º15.86%89.02%-
XYZ61.4157.7180.58-
YUV203.18141.45138.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=34.28%
G=30.03%
B=35.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181912270.040.1600.1128539.1381.96
HexDABFE34100B11d2752
Octal33227734342001343547122
Binary11011010101111111110001110010000010111000111011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFE3; }

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

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

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

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

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

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

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

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