#DABDE0

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

Shades of Thistle #DABDE0

Tints of Thistle #DABDE0

Color information

#DABDE0 (or 0xDABDE0) is unknown color: approx Thistle. HEX triplet: DA, BD and E0. RGB value is (218,189,224). Sum of RGB (Red+Green+Blue) = 218+189+224=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE0 is #25421F. Grayscale: #C9C9C9. Windows color (decimal): -2441760 or 14728666. OLE color: 14728666.

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

Color convert

RGB218189224-
CMYK0.030.1600.12
HSL289.71º36.08%80.98%-
HSV(B)289.71º15.62%87.84%-
XYZ60.5756.6878.27-
YUV201.66140.61139.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=34.55%
G=29.95%
B=35.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181892240.030.1600.12289.7136.0880.98
HexDABDE03100C1222451
Octal33227534032001444244121
Binary1101101010111101111000001110000011001001000101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDE0; }

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

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

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

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

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

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

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

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