Html Css Color HEX #D6C1DC Thistle

📋 copy color: '#D6C1DC'

red 214 ◦ green 193 ◦ blue 220

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

Shades of Thistle #D6C1DC

Tints of Thistle #D6C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.78%

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 34.13%
G = 30.78%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6C1DC (or 0xD6C1DC) is known color: Thistle. HEX triplet: D6, C1 and DC. RGB value is (214,193,220). Sum of RGB (Red+Green+Blue) = 214+193+220=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1DC is #293E23. Grayscale: #CACACA. Windows color (decimal): -2702884 or 14467542. OLE color: 14467542.

HSL color Cylindrical-coordinate representation of color #D6C1DC: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C1DC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 193 220 -
CMYK 0.03 0.12 0 0.14
HSL 286.67º 0.28% 0.81% -
HSV(B) 286.67º 0.12% 0.86% -
XYZ 59.72 57.6 75.68 -
YUV 202.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 214 193 220 0.03 0.12 0 0.14 286.67 0.28 0.81
Hex D6 C1 DC 3 C 0 E 11F 1C 51
Octal 326 301 334 3 14 0 16 437 34 121
Binary 11010110 11000001 11011100 11 1100 0 1110 100011111 11100 1010001

Color Harmonies of #D6C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C1DC

Black with #D6C1DC

Text Example


Text Example

White with #D6C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C1DC; }

 p { color: rgb(214,193,220); }

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

background-color css

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

 a { background-color: rgb(214,193,220); }

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

border-color css

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

 span { border-color: rgb(214,193,220); }

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