Html Css Color HEX #D6C0DB Thistle

📋 copy color: '#D6C0DB'

red 214 ◦ green 192 ◦ blue 219

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

Shades of Thistle #D6C0DB

Tints of Thistle #D6C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.72%

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

R = 34.24%
G = 30.72%
B = 35.04%

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

#D6C0DB (or 0xD6C0DB) is known color: Thistle. HEX triplet: D6, C0 and DB. RGB value is (214,192,219). Sum of RGB (Red+Green+Blue) = 214+192+219=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0DB is #293F24. Grayscale: #C9C9C9. Windows color (decimal): -2703141 or 14401750. OLE color: 14401750.

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

Color convert

RGB 214 192 219 -
CMYK 0.02 0.12 0 0.14
HSL 288.89º 0.27% 0.81% -
HSV(B) 288.89º 0.12% 0.86% -
XYZ 59.37 57.11 74.91 -
YUV 201.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 214 192 219 0.02 0.12 0 0.14 288.89 0.27 0.81
Hex D6 C0 DB 2 C 0 E 121 1B 51
Octal 326 300 333 2 14 0 16 441 33 121
Binary 11010110 11000000 11011011 10 1100 0 1110 100100001 11011 1010001

Color Harmonies of #D6C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C0DB

Black with #D6C0DB

Text Example


Text Example

White with #D6C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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