Html Css Color HEX #DAB3DF Thistle

📋 copy color: '#DAB3DF'

red 218 ◦ green 179 ◦ blue 223

#DAB3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DAB3DF

Tints of Thistle #DAB3DF

RGB

 RED value IS 218 (85.55% from 255) = 35.16%

 GREEN value IS 179 (70.31% from 255) = 28.87%

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 35.16%
G = 28.87%
B = 35.97%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAB3DF (or 0xDAB3DF) is known color: Thistle. HEX triplet: DA, B3 and DF. RGB value is (218,179,223). Sum of RGB (Red+Green+Blue) = 218+179+223=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3DF is #254C20. Grayscale: #C3C3C3. Windows color (decimal): -2444321 or 14660570. OLE color: 14660570.

HSL color Cylindrical-coordinate representation of color #DAB3DF: hue angle of 293.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB3DF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 179 223 -
CMYK 0.02 0.20 0 0.13
HSL 293.18º 0.41% 0.79% -
HSV(B) 293.18º 0.2% 0.87% -
XYZ 58.35 52.47 76.86 -
YUV 195.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 218 179 223 0.02 0.20 0 0.13 293.18 0.41 0.79
Hex DA B3 DF 2 14 0 D 125 29 4F
Octal 332 263 337 2 24 0 15 445 51 117
Binary 11011010 10110011 11011111 10 10100 0 1101 100100101 101001 1001111

Color Harmonies of #DAB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB3DF

Black with #DAB3DF

Text Example


Text Example

White with #DAB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB3DF; }

 p { color: rgb(218,179,223); }

 H1.HeaderClassName
 {
   color: #DAB3DF;
 }
 .AnyTagClassName
 {
   color: #DAB3DF;
 }
</style>

background-color css

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

 a { background-color: rgb(218,179,223); }

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

border-color css

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

 span { border-color: rgb(218,179,223); }

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