#DABAE1

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

Shades of Thistle #DABAE1

Tints of Thistle #DABAE1

Color information

#DABAE1 (or 0xDABAE1) is unknown color: approx Thistle. HEX triplet: DA, BA and E1. RGB value is (218,186,225). Sum of RGB (Red+Green+Blue) = 218+186+225=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAE1 is #25451E. Grayscale: #C7C7C7. Windows color (decimal): -2442527 or 14793434. OLE color: 14793434.

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

Color convert

RGB218186225-
CMYK0.030.1700.12
HSL289.23º39.39%80.59%-
HSV(B)289.23º17.33%88.24%-
XYZ60.0655.4678.77-
YUV200.01142.1140.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 225 (88.28% from 255) = 35.77%
R=34.66%
G=29.57%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181862250.030.1700.12289.2339.3980.59
HexDABAE13110C1212751
Octal33227234132101444147121
Binary1101101010111010111000011110001011001001000011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAE1; }

 p { color: rgb(218,186,225); }

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

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

 a { background-color: rgb(218,186,225); }

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

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

 span { border-color: rgb(218,186,225); }

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