Html Css Color HEX #D6B2DC Thistle

📋 copy color: '#D6B2DC'

red 214 ◦ green 178 ◦ blue 220

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

Shades of Thistle #D6B2DC

Tints of Thistle #D6B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.08%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 34.97%
G = 29.08%
B = 35.95%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6B2DC (or 0xD6B2DC) is known color: Thistle. HEX triplet: D6, B2 and DC. RGB value is (214,178,220). Sum of RGB (Red+Green+Blue) = 214+178+220=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DC is #294D23. Grayscale: #C1C1C1. Windows color (decimal): -2706724 or 14463702. OLE color: 14463702.

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

Color convert

RGB 214 178 220 -
CMYK 0.03 0.19 0 0.14
HSL 291.43º 0.38% 0.78% -
HSV(B) 291.43º 0.19% 0.86% -
XYZ 56.57 51.3 74.63 -
YUV 193.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 214 178 220 0.03 0.19 0 0.14 291.43 0.38 0.78
Hex D6 B2 DC 3 13 0 E 123 26 4E
Octal 326 262 334 3 23 0 16 443 46 116
Binary 11010110 10110010 11011100 11 10011 0 1110 100100011 100110 1001110

Color Harmonies of #D6B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2DC

Black with #D6B2DC

Text Example


Text Example

White with #D6B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2DC; }

 p { color: rgb(214,178,220); }

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

background-color css

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

 a { background-color: rgb(214,178,220); }

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

border-color css

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

 span { border-color: rgb(214,178,220); }

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