Html Css Color HEX #D6C3DB Thistle

📋 copy color: '#D6C3DB'

red 214 ◦ green 195 ◦ blue 219

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

Shades of Thistle #D6C3DB

Tints of Thistle #D6C3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.05%

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

R = 34.08%
G = 31.05%
B = 34.87%

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

#D6C3DB (or 0xD6C3DB) is known color: Thistle. HEX triplet: D6, C3 and DB. RGB value is (214,195,219). Sum of RGB (Red+Green+Blue) = 214+195+219=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3DB is #293C24. Grayscale: #CBCBCB. Windows color (decimal): -2702373 or 14402518. OLE color: 14402518.

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

Color convert

RGB 214 195 219 -
CMYK 0.02 0.11 0 0.14
HSL 287.5º 0.25% 0.81% -
HSV(B) 287.5º 0.11% 0.86% -
XYZ 60.03 58.44 75.13 -
YUV 203.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 214 195 219 0.02 0.11 0 0.14 287.5 0.25 0.81
Hex D6 C3 DB 2 B 0 E 120 19 51
Octal 326 303 333 2 13 0 16 440 31 121
Binary 11010110 11000011 11011011 10 1011 0 1110 100100000 11001 1010001

Color Harmonies of #D6C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C3DB

Black with #D6C3DB

Text Example


Text Example

White with #D6C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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