Html Css Color HEX #D6C6DA Thistle

📋 copy color: '#D6C6DA'

red 214 ◦ green 198 ◦ blue 218

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

Shades of Thistle #D6C6DA

Tints of Thistle #D6C6DA

RGB

 RED value IS 214 (83.98% from 255) = 33.97%

 GREEN value IS 198 (77.73% from 255) = 31.43%

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 33.97%
G = 31.43%
B = 34.6%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6C6DA (or 0xD6C6DA) is known color: Thistle. HEX triplet: D6, C6 and DA. RGB value is (214,198,218). Sum of RGB (Red+Green+Blue) = 214+198+218=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6DA is #293925. Grayscale: #CCCCCC. Windows color (decimal): -2701606 or 14337750. OLE color: 14337750.

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

Color convert

RGB 214 198 218 -
CMYK 0.02 0.09 0 0.15
HSL 288º 0.21% 0.82% -
HSV(B) 288º 0.09% 0.85% -
XYZ 60.58 59.75 74.67 -
YUV 205.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 214 198 218 0.02 0.09 0 0.15 288 0.21 0.82
Hex D6 C6 DA 2 9 0 F 120 15 52
Octal 326 306 332 2 11 0 17 440 25 122
Binary 11010110 11000110 11011010 10 1001 0 1111 100100000 10101 1010010

Color Harmonies of #D6C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6DA

Black with #D6C6DA

Text Example


Text Example

White with #D6C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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