Html Css Color HEX #DAC0D8 Thistle

📋 copy color: '#DAC0D8'

red 218 ◦ green 192 ◦ blue 216

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

Shades of Thistle #DAC0D8

Tints of Thistle #DAC0D8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.67%

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 34.82%
G = 30.67%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAC0D8 (or 0xDAC0D8) is known color: Thistle. HEX triplet: DA, C0 and D8. RGB value is (218,192,216). Sum of RGB (Red+Green+Blue) = 218+192+216=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D8 is #253F27. Grayscale: #CACACA. Windows color (decimal): -2441000 or 14205146. OLE color: 14205146.

HSL color Cylindrical-coordinate representation of color #DAC0D8: hue angle of 304.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0D8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 216 -
CMYK 0 0.12 0.01 0.15
HSL 304.62º 0.26% 0.8% -
HSV(B) 304.62º 0.12% 0.85% -
XYZ 60.16 57.56 72.91 -
YUV 202.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 218 192 216 0 0.12 0.01 0.15 304.62 0.26 0.8
Hex DA C0 D8 0 C 1 F 131 1A 50
Octal 332 300 330 0 14 1 17 461 32 120
Binary 11011010 11000000 11011000 0 1100 1 1111 100110001 11010 1010000

Color Harmonies of #DAC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC0D8

Black with #DAC0D8

Text Example


Text Example

White with #DAC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC0D8; }

 p { color: rgb(218,192,216); }

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

background-color css

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

 a { background-color: rgb(218,192,216); }

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

border-color css

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

 span { border-color: rgb(218,192,216); }

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