Html Css Color HEX #D6C5D3 Thistle

📋 copy color: '#D6C5D3'

red 214 ◦ green 197 ◦ blue 211

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

Shades of Thistle #D6C5D3

Tints of Thistle #D6C5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 34.41%
G = 31.67%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6C5D3 (or 0xD6C5D3) is known color: Thistle. HEX triplet: D6, C5 and D3. RGB value is (214,197,211). Sum of RGB (Red+Green+Blue) = 214+197+211=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5D3 is #293A2C. Grayscale: #CBCBCB. Windows color (decimal): -2701869 or 13878742. OLE color: 13878742.

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

Color convert

RGB 214 197 211 -
CMYK 0 0.08 0.01 0.16
HSL 310.59º 0.17% 0.81% -
HSV(B) 310.59º 0.08% 0.84% -
XYZ 59.46 58.93 69.87 -
YUV 203.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 214 197 211 0 0.08 0.01 0.16 310.59 0.17 0.81
Hex D6 C5 D3 0 8 1 10 137 11 51
Octal 326 305 323 0 10 1 20 467 21 121
Binary 11010110 11000101 11010011 0 1000 1 10000 100110111 10001 1010001

Color Harmonies of #D6C5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5D3

Black with #D6C5D3

Text Example


Text Example

White with #D6C5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5D3; }

 p { color: rgb(214,197,211); }

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

background-color css

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

 a { background-color: rgb(214,197,211); }

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

border-color css

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

 span { border-color: rgb(214,197,211); }

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