#DAB2E4

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

Shades of Thistle #DAB2E4

Tints of Thistle #DAB2E4

Color information

#DAB2E4 (or 0xDAB2E4) is unknown color: approx Thistle. HEX triplet: DA, B2 and E4. RGB value is (218,178,228). Sum of RGB (Red+Green+Blue) = 218+178+228=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAB2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2E4 is #254D1B. Grayscale: #C3C3C3. Windows color (decimal): -2444572 or 14987994. OLE color: 14987994.

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

Color convert

RGB218178228-
CMYK0.040.2200.11
HSL288º48.08%79.61%-
HSV(B)288º21.93%89.41%-
XYZ58.8452.3580.4-
YUV195.66146.25143.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 178 (69.92% from 255) = 28.53%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=34.94%
G=28.53%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181782280.040.2200.1128848.0879.61
HexDAB2E44160B1203050
Octal33226234442601344060120
Binary11011010101100101110010010010110010111001000001100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2E4; }

 p { color: rgb(218,178,228); }

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

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

 a { background-color: rgb(218,178,228); }

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

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

 span { border-color: rgb(218,178,228); }

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