Html Css Color HEX #D6B5DB Thistle

📋 copy color: '#D6B5DB'

red 214 ◦ green 181 ◦ blue 219

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

Shades of Thistle #D6B5DB

Tints of Thistle #D6B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

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

R = 34.85%
G = 29.48%
B = 35.67%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6B5DB (or 0xD6B5DB) is known color: Thistle. HEX triplet: D6, B5 and DB. RGB value is (214,181,219). Sum of RGB (Red+Green+Blue) = 214+181+219=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5DB is #294A24. Grayscale: #C3C3C3. Windows color (decimal): -2705957 or 14398934. OLE color: 14398934.

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

Color convert

RGB 214 181 219 -
CMYK 0.02 0.17 0 0.14
HSL 292.11º 0.35% 0.78% -
HSV(B) 292.11º 0.17% 0.86% -
XYZ 57.04 52.46 74.14 -
YUV 195.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 214 181 219 0.02 0.17 0 0.14 292.11 0.35 0.78
Hex D6 B5 DB 2 11 0 E 124 23 4E
Octal 326 265 333 2 21 0 16 444 43 116
Binary 11010110 10110101 11011011 10 10001 0 1110 100100100 100011 1001110

Color Harmonies of #D6B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5DB

Black with #D6B5DB

Text Example


Text Example

White with #D6B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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