Html Css Color HEX #D6C1DB Thistle

📋 copy color: '#D6C1DB'

red 214 ◦ green 193 ◦ blue 219

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

Shades of Thistle #D6C1DB

Tints of Thistle #D6C1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 34.19%
G = 30.83%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6C1DB (or 0xD6C1DB) is known color: Thistle. HEX triplet: D6, C1 and DB. RGB value is (214,193,219). Sum of RGB (Red+Green+Blue) = 214+193+219=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1DB is #293E24. Grayscale: #CACACA. Windows color (decimal): -2702885 or 14402006. OLE color: 14402006.

HSL color Cylindrical-coordinate representation of color #D6C1DB: hue angle of 288.46º degrees, saturation: 0.27, 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 #D6C1DB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 193 219 -
CMYK 0.02 0.12 0 0.14
HSL 288.46º 0.27% 0.81% -
HSV(B) 288.46º 0.12% 0.86% -
XYZ 59.59 57.55 74.99 -
YUV 202.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 214 193 219 0.02 0.12 0 0.14 288.46 0.27 0.81
Hex D6 C1 DB 2 C 0 E 120 1B 51
Octal 326 301 333 2 14 0 16 440 33 121
Binary 11010110 11000001 11011011 10 1100 0 1110 100100000 11011 1010001

Color Harmonies of #D6C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C1DB

Black with #D6C1DB

Text Example


Text Example

White with #D6C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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