#DABEE0

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

Shades of Thistle #DABEE0

Tints of Thistle #DABEE0

Color information

#DABEE0 (or 0xDABEE0) is unknown color: approx Thistle. HEX triplet: DA, BE and E0. RGB value is (218,190,224). Sum of RGB (Red+Green+Blue) = 218+190+224=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE0 is #25411F. Grayscale: #CACACA. Windows color (decimal): -2441504 or 14728922. OLE color: 14728922.

HSL color Cylindrical-coordinate representation of color #DABEE0: hue angle of 289.41º 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 #DABEE0 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218190224-
CMYK0.030.1500.12
HSL289.41º35.42%81.18%-
HSV(B)289.41º15.18%87.84%-
XYZ60.7857.1178.34-
YUV202.25140.28139.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=34.49%
G=30.06%
B=35.44%

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
Decimal2181902240.030.1500.12289.4135.4281.18
HexDABEE03F0C1212351
Octal33227634031701444143121
Binary110110101011111011100000111111011001001000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEE0; }

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

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

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

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

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

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

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

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