#DABFE0

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

Shades of Thistle #DABFE0

Tints of Thistle #DABFE0

Color information

#DABFE0 (or 0xDABFE0) is unknown color: approx Thistle. HEX triplet: DA, BF and E0. RGB value is (218,191,224). Sum of RGB (Red+Green+Blue) = 218+191+224=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE0 is #25401F. Grayscale: #CACACA. Windows color (decimal): -2441248 or 14729178. OLE color: 14729178.

HSL color Cylindrical-coordinate representation of color #DABFE0: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABFE0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218191224-
CMYK0.030.1500.12
HSL289.09º34.74%81.37%-
HSV(B)289.09º14.73%87.84%-
XYZ6157.5578.41-
YUV202.83139.95138.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=34.44%
G=30.17%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181912240.030.1500.12289.0934.7481.37
HexDABFE03F0C1212351
Octal33227734031701444143121
Binary110110101011111111100000111111011001001000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFE0; }

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

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

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

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

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

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

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

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