Html Css Color HEX #DAC5D8 Thistle

📋 copy color: '#DAC5D8'

red 218 ◦ green 197 ◦ blue 216

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

Shades of Thistle #DAC5D8

Tints of Thistle #DAC5D8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.22%

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

R = 34.55%
G = 31.22%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAC5D8 (or 0xDAC5D8) is known color: Thistle. HEX triplet: DA, C5 and D8. RGB value is (218,197,216). Sum of RGB (Red+Green+Blue) = 218+197+216=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D8 is #253A27. Grayscale: #CDCDCD. Windows color (decimal): -2439720 or 14206426. OLE color: 14206426.

HSL color Cylindrical-coordinate representation of color #DAC5D8: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5D8 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 216 -
CMYK 0 0.10 0.01 0.15
HSL 305.71º 0.22% 0.81% -
HSV(B) 305.71º 0.1% 0.85% -
XYZ 61.27 59.8 73.28 -
YUV 205.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 218 197 216 0 0.10 0.01 0.15 305.71 0.22 0.81
Hex DA C5 D8 0 A 1 F 132 16 51
Octal 332 305 330 0 12 1 17 462 26 121
Binary 11011010 11000101 11011000 0 1010 1 1111 100110010 10110 1010001

Color Harmonies of #DAC5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5D8

Black with #DAC5D8

Text Example


Text Example

White with #DAC5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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