Html Css Color HEX #DAB6DF Thistle

📋 copy color: '#DAB6DF'

red 218 ◦ green 182 ◦ blue 223

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

Shades of Thistle #DAB6DF

Tints of Thistle #DAB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.21%

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

R = 34.99%
G = 29.21%
B = 35.79%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAB6DF (or 0xDAB6DF) is known color: Thistle. HEX triplet: DA, B6 and DF. RGB value is (218,182,223). Sum of RGB (Red+Green+Blue) = 218+182+223=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DF is #254920. Grayscale: #C5C5C5. Windows color (decimal): -2443553 or 14661338. OLE color: 14661338.

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

Color convert

RGB 218 182 223 -
CMYK 0.02 0.18 0 0.13
HSL 292.68º 0.39% 0.79% -
HSV(B) 292.68º 0.18% 0.87% -
XYZ 58.96 53.69 77.07 -
YUV 197.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 218 182 223 0.02 0.18 0 0.13 292.68 0.39 0.79
Hex DA B6 DF 2 12 0 D 125 27 4F
Octal 332 266 337 2 22 0 15 445 47 117
Binary 11011010 10110110 11011111 10 10010 0 1101 100100101 100111 1001111

Color Harmonies of #DAB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6DF

Black with #DAB6DF

Text Example


Text Example

White with #DAB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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