Html Css Color HEX #DAD6D9 Thistle

📋 copy color: '#DAD6D9'

red 218 ◦ green 214 ◦ blue 217

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

Shades of Thistle #DAD6D9

Tints of Thistle #DAD6D9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.97%

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

R = 33.59%
G = 32.97%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAD6D9 (or 0xDAD6D9) is known color: Thistle. HEX triplet: DA, D6 and D9. RGB value is (218,214,217). Sum of RGB (Red+Green+Blue) = 218+214+217=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6D9 is #252926. Grayscale: #D7D7D7. Windows color (decimal): -2435367 or 14276314. OLE color: 14276314.

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

Color convert

RGB 218 214 217 -
CMYK 0 0.02 0.00 0.15
HSL 315º 0.05% 0.85% -
HSV(B) 315º 0.02% 0.85% -
XYZ 65.48 68.01 75.32 -
YUV 215.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 218 214 217 0 0.02 0.00 0.15 315 0.05 0.85
Hex DA D6 D9 0 2 0 F 13B 5 55
Octal 332 326 331 0 2 0 17 473 5 125
Binary 11011010 11010110 11011001 0 10 0 1111 100111011 101 1010101

Color Harmonies of #DAD6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD6D9

Black with #DAD6D9

Text Example


Text Example

White with #DAD6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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