#DABFE1

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

Shades of Thistle #DABFE1

Tints of Thistle #DABFE1

Color information

#DABFE1 (or 0xDABFE1) is unknown color: approx Thistle. HEX triplet: DA, BF and E1. RGB value is (218,191,225). Sum of RGB (Red+Green+Blue) = 218+191+225=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #DABFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE1 is #25401E. Grayscale: #CACACA. Windows color (decimal): -2441247 or 14794714. OLE color: 14794714.

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

Color convert

RGB218191225-
CMYK0.030.1500.12
HSL287.65º36.17%81.57%-
HSV(B)287.65º15.11%88.24%-
XYZ61.1357.679.13-
YUV202.95140.45138.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=34.38%
G=30.13%
B=35.49%

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
Decimal2181912250.030.1500.12287.6536.1781.57
HexDABFE13F0C1202452
Octal33227734131701444044122
Binary110110101011111111100001111111011001001000001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFE1; }

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

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

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

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

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

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

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

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