Html Css Color HEX #D6C4DB Thistle

📋 copy color: '#D6C4DB'

red 214 ◦ green 196 ◦ blue 219

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

Shades of Thistle #D6C4DB

Tints of Thistle #D6C4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.16%

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

R = 34.02%
G = 31.16%
B = 34.82%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6C4DB (or 0xD6C4DB) is known color: Thistle. HEX triplet: D6, C4 and DB. RGB value is (214,196,219). Sum of RGB (Red+Green+Blue) = 214+196+219=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C4DB is #293B24. Grayscale: #CBCBCB. Windows color (decimal): -2702117 or 14402774. OLE color: 14402774.

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

Color convert

RGB 214 196 219 -
CMYK 0.02 0.11 0 0.14
HSL 286.96º 0.24% 0.81% -
HSV(B) 286.96º 0.11% 0.86% -
XYZ 60.26 58.89 75.21 -
YUV 204 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 214 196 219 0.02 0.11 0 0.14 286.96 0.24 0.81
Hex D6 C4 DB 2 B 0 E 11F 18 51
Octal 326 304 333 2 13 0 16 437 30 121
Binary 11010110 11000100 11011011 10 1011 0 1110 100011111 11000 1010001

Color Harmonies of #D6C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4DB

Black with #D6C4DB

Text Example


Text Example

White with #D6C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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