Html Css Color HEX #D4B0D6 Thistle

📋 copy color: '#D4B0D6'

red 212 ◦ green 176 ◦ blue 214

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

Shades of Thistle #D4B0D6

Tints of Thistle #D4B0D6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

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

R = 35.22%
G = 29.24%
B = 35.55%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4B0D6 (or 0xD4B0D6) is known color: Thistle. HEX triplet: D4, B0 and D6. RGB value is (212,176,214). Sum of RGB (Red+Green+Blue) = 212+176+214=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #D4B0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0D6 is #2B4F29. Grayscale: #BEBEBE. Windows color (decimal): -2838314 or 14069972. OLE color: 14069972.

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

Color convert

RGB 212 176 214 -
CMYK 0.01 0.18 0 0.16
HSL 296.84º 0.32% 0.76% -
HSV(B) 296.84º 0.18% 0.84% -
XYZ 54.81 49.9 70.36 -
YUV 191.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 212 176 214 0.01 0.18 0 0.16 296.84 0.32 0.76
Hex D4 B0 D6 1 12 0 10 129 20 4C
Octal 324 260 326 1 22 0 20 451 40 114
Binary 11010100 10110000 11010110 1 10010 0 10000 100101001 100000 1001100

Color Harmonies of #D4B0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B0D6

Black with #D4B0D6

Text Example


Text Example

White with #D4B0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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