Html Css Color HEX #DACAD9 Thistle

📋 copy color: '#DACAD9'

red 218 ◦ green 202 ◦ blue 217

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

Shades of Thistle #DACAD9

Tints of Thistle #DACAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.71%

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

R = 34.22%
G = 31.71%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DACAD9 (or 0xDACAD9) is known color: Thistle. HEX triplet: DA, CA and D9. RGB value is (218,202,217). Sum of RGB (Red+Green+Blue) = 218+202+217=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAD9 is #253526. Grayscale: #D0D0D0. Windows color (decimal): -2438439 or 14273242. OLE color: 14273242.

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

Color convert

RGB 218 202 217 -
CMYK 0 0.07 0.00 0.15
HSL 303.75º 0.18% 0.82% -
HSV(B) 303.75º 0.07% 0.85% -
XYZ 62.56 62.16 74.35 -
YUV 208.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 218 202 217 0 0.07 0.00 0.15 303.75 0.18 0.82
Hex DA CA D9 0 7 0 F 130 12 52
Octal 332 312 331 0 7 0 17 460 22 122
Binary 11011010 11001010 11011001 0 111 0 1111 100110000 10010 1010010

Color Harmonies of #DACAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAD9

Black with #DACAD9

Text Example


Text Example

White with #DACAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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