#DABDDE

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

Shades of Thistle #DABDDE

Tints of Thistle #DABDDE

Color information

#DABDDE (or 0xDABDDE) is unknown color: approx Thistle. HEX triplet: DA, BD and DE. RGB value is (218,189,222). Sum of RGB (Red+Green+Blue) = 218+189+222=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDE is #254221. Grayscale: #C9C9C9. Windows color (decimal): -2441762 or 14597594. OLE color: 14597594.

HSL color Cylindrical-coordinate representation of color #DABDDE: hue angle of 292.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABDDE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218189222-
CMYK0.020.1500.13
HSL292.73º33.33%80.59%-
HSV(B)292.73º14.86%87.06%-
XYZ60.356.5776.85-
YUV201.43139.61139.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=34.66%
G=30.05%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181892220.020.1500.13292.7333.3380.59
HexDABDDE2F0D1252151
Octal33227533621701544541121
Binary110110101011110111011110101111011011001001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDDE; }

 p { color: rgb(218,189,222); }

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

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

 a { background-color: rgb(218,189,222); }

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

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

 span { border-color: rgb(218,189,222); }

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