Html Css Color HEX #D6C6D5 Thistle

📋 copy color: '#D6C6D5'

red 214 ◦ green 198 ◦ blue 213

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

Shades of Thistle #D6C6D5

Tints of Thistle #D6C6D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.08%

R = 34.24%
G = 31.68%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D6C6D5 (or 0xD6C6D5) is known color: Thistle. HEX triplet: D6, C6 and D5. RGB value is (214,198,213). Sum of RGB (Red+Green+Blue) = 214+198+213=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6D5 is #29392A. Grayscale: #CCCCCC. Windows color (decimal): -2701611 or 14010070. OLE color: 14010070.

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

Color convert

RGB 214 198 213 -
CMYK 0 0.07 0.00 0.16
HSL 303.75º 0.16% 0.81% -
HSV(B) 303.75º 0.07% 0.84% -
XYZ 59.94 59.49 71.27 -
YUV 204.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 214 198 213 0 0.07 0.00 0.16 303.75 0.16 0.81
Hex D6 C6 D5 0 7 0 10 130 10 51
Octal 326 306 325 0 7 0 20 460 20 121
Binary 11010110 11000110 11010101 0 111 0 10000 100110000 10000 1010001

Color Harmonies of #D6C6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6D5

Black with #D6C6D5

Text Example


Text Example

White with #D6C6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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