Html Css Color HEX #D8B2DC Thistle

📋 copy color: '#D8B2DC'

red 216 ◦ green 178 ◦ blue 220

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

Shades of Thistle #D8B2DC

Tints of Thistle #D8B2DC

RGB

 RED value IS 216 (84.77% from 255) = 35.18%

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

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

R = 35.18%
G = 28.99%
B = 35.83%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8B2DC (or 0xD8B2DC) is known color: Thistle. HEX triplet: D8, B2 and DC. RGB value is (216,178,220). Sum of RGB (Red+Green+Blue) = 216+178+220=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8B2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2DC is #274D23. Grayscale: #C2C2C2. Windows color (decimal): -2575652 or 14463704. OLE color: 14463704.

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

Color convert

RGB 216 178 220 -
CMYK 0.02 0.19 0 0.14
HSL 294.29º 0.38% 0.78% -
HSV(B) 294.29º 0.19% 0.86% -
XYZ 57.16 51.61 74.66 -
YUV 194.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 216 178 220 0.02 0.19 0 0.14 294.29 0.38 0.78
Hex D8 B2 DC 2 13 0 E 126 26 4E
Octal 330 262 334 2 23 0 16 446 46 116
Binary 11011000 10110010 11011100 10 10011 0 1110 100100110 100110 1001110

Color Harmonies of #D8B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2DC

Black with #D8B2DC

Text Example


Text Example

White with #D8B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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