#DABFE2

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

Shades of Thistle #DABFE2

Tints of Thistle #DABFE2

Color information

#DABFE2 (or 0xDABFE2) is unknown color: approx Thistle. HEX triplet: DA, BF and E2. RGB value is (218,191,226). Sum of RGB (Red+Green+Blue) = 218+191+226=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE2 is #25401D. Grayscale: #CACACA. Windows color (decimal): -2441246 or 14860250. OLE color: 14860250.

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

Color convert

RGB218191226-
CMYK0.040.1500.11
HSL286.29º37.63%81.76%-
HSV(B)286.29º15.49%88.63%-
XYZ61.2757.6679.85-
YUV203.06140.95138.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=34.33%
G=30.08%
B=35.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181912260.040.1500.11286.2937.6381.76
HexDABFE24F0B11e2652
Octal33227734241701343646122
Binary1101101010111111111000101001111010111000111101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFE2; }

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

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

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

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

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

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

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

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