Html Css Color HEX #DAB8D9 Thistle

📋 copy color: '#DAB8D9'

red 218 ◦ green 184 ◦ blue 217

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

Shades of Thistle #DAB8D9

Tints of Thistle #DAB8D9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.73%

 BLUE value IS 217 (85.16% from 255) = 35.06%

R = 35.22%
G = 29.73%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAB8D9 (or 0xDAB8D9) is known color: Thistle. HEX triplet: DA, B8 and D9. RGB value is (218,184,217). Sum of RGB (Red+Green+Blue) = 218+184+217=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8D9 is #254726. Grayscale: #C5C5C5. Windows color (decimal): -2443047 or 14268634. OLE color: 14268634.

HSL color Cylindrical-coordinate representation of color #DAB8D9: hue angle of 301.76º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8D9 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 217 -
CMYK 0 0.16 0.00 0.15
HSL 301.76º 0.31% 0.79% -
HSV(B) 301.76º 0.16% 0.85% -
XYZ 58.58 54.2 73.02 -
YUV 197.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 218 184 217 0 0.16 0.00 0.15 301.76 0.31 0.79
Hex DA B8 D9 0 10 0 F 12E 1F 4F
Octal 332 270 331 0 20 0 17 456 37 117
Binary 11011010 10111000 11011001 0 10000 0 1111 100101110 11111 1001111

Color Harmonies of #DAB8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8D9

Black with #DAB8D9

Text Example


Text Example

White with #DAB8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8D9; }

 p { color: rgb(218,184,217); }

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

background-color css

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

 a { background-color: rgb(218,184,217); }

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

border-color css

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

 span { border-color: rgb(218,184,217); }

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