Html Css Color HEX #D4BCD6 Thistle

📋 copy color: '#D4BCD6'

red 212 ◦ green 188 ◦ blue 214

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

Shades of Thistle #D4BCD6

Tints of Thistle #D4BCD6

RGB

 RED value IS 212 (83.2% from 255) = 34.53%

 GREEN value IS 188 (73.83% from 255) = 30.62%

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

R = 34.53%
G = 30.62%
B = 34.85%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4BCD6 (or 0xD4BCD6) is known color: Thistle. HEX triplet: D4, BC and D6. RGB value is (212,188,214). Sum of RGB (Red+Green+Blue) = 212+188+214=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #D4BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCD6 is #2B4329. Grayscale: #C6C6C6. Windows color (decimal): -2835242 or 14073044. OLE color: 14073044.

HSL color Cylindrical-coordinate representation of color #D4BCD6: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BCD6 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 188 214 -
CMYK 0.01 0.12 0 0.16
HSL 295.38º 0.24% 0.79% -
HSV(B) 295.38º 0.12% 0.84% -
XYZ 57.27 54.82 71.18 -
YUV 198.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 212 188 214 0.01 0.12 0 0.16 295.38 0.24 0.79
Hex D4 BC D6 1 C 0 10 127 18 4F
Octal 324 274 326 1 14 0 20 447 30 117
Binary 11010100 10111100 11010110 1 1100 0 10000 100100111 11000 1001111

Color Harmonies of #D4BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCD6

Black with #D4BCD6

Text Example


Text Example

White with #D4BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCD6; }

 p { color: rgb(212,188,214); }

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

background-color css

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

 a { background-color: rgb(212,188,214); }

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

border-color css

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

 span { border-color: rgb(212,188,214); }

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