#DABDE3

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

Shades of Thistle #DABDE3

Tints of Thistle #DABDE3

Color information

#DABDE3 (or 0xDABDE3) is unknown color: approx Thistle. HEX triplet: DA, BD and E3. RGB value is (218,189,227). Sum of RGB (Red+Green+Blue) = 218+189+227=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #DABDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE3 is #25421C. Grayscale: #C9C9C9. Windows color (decimal): -2441757 or 14925274. OLE color: 14925274.

HSL color Cylindrical-coordinate representation of color #DABDE3: hue angle of 285.79º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABDE3 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218189227-
CMYK0.040.1700.11
HSL285.79º40.43%81.57%-
HSV(B)285.79º16.74%89.02%-
XYZ60.9856.8580.43-
YUV202142.11139.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=34.38%
G=29.81%
B=35.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181892270.040.1700.11285.7940.4381.57
HexDABDE34110B11e2852
Octal33227534342101343650122
Binary11011010101111011110001110010001010111000111101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDE3; }

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

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

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

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

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

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

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

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