#DABEDD

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

Shades of Thistle #DABEDD

Tints of Thistle #DABEDD

Color information

#DABEDD (or 0xDABEDD) is unknown color: approx Thistle. HEX triplet: DA, BE and DD. RGB value is (218,190,221). Sum of RGB (Red+Green+Blue) = 218+190+221=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEDD is #254122. Grayscale: #C9C9C9. Windows color (decimal): -2441507 or 14532314. OLE color: 14532314.

HSL color Cylindrical-coordinate representation of color #DABEDD: hue angle of 294.19º degrees, saturation: 0.31, 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 #DABEDD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218190221-
CMYK0.010.1400.13
HSL294.19º31.31%80.59%-
HSV(B)294.19º14.03%86.67%-
XYZ60.3856.9576.22-
YUV201.91138.78139.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=34.66%
G=30.21%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181902210.010.1400.13294.1931.3180.59
HexDABEDD1E0D1261f51
Octal33227633511601544637121
Binary1101101010111110110111011111001101100100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEDD; }

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

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

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

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

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

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

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

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