#DABEDE

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

Shades of Thistle #DABEDE

Tints of Thistle #DABEDE

Color information

#DABEDE (or 0xDABEDE) is unknown color: approx Thistle. HEX triplet: DA, BE and DE. RGB value is (218,190,222). Sum of RGB (Red+Green+Blue) = 218+190+222=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEDE is #254121. Grayscale: #C9C9C9. Windows color (decimal): -2441506 or 14597850. OLE color: 14597850.

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

Color convert

RGB218190222-
CMYK0.020.1400.13
HSL292.5º32.65%80.78%-
HSV(B)292.5º14.41%87.06%-
XYZ60.5157.0176.92-
YUV202.02139.28139.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=34.60%
G=30.16%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181902220.020.1400.13292.532.6580.78
HexDABEDE2E0D1242151
Octal33227633621601544441121
Binary110110101011111011011110101110011011001001001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEDE; }

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

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

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

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

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

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

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

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