Html Css Color HEX #D4BCD7 Thistle

📋 copy color: '#D4BCD7'

red 212 ◦ green 188 ◦ blue 215

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

Shades of Thistle #D4BCD7

Tints of Thistle #D4BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.96%

R = 34.47%
G = 30.57%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4BCD7 (or 0xD4BCD7) is known color: Thistle. HEX triplet: D4, BC and D7. RGB value is (212,188,215). Sum of RGB (Red+Green+Blue) = 212+188+215=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCD7 is #2B4328. Grayscale: #C6C6C6. Windows color (decimal): -2835241 or 14138580. OLE color: 14138580.

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

Color convert

RGB 212 188 215 -
CMYK 0.01 0.13 0 0.16
HSL 293.33º 0.25% 0.79% -
HSV(B) 293.33º 0.13% 0.84% -
XYZ 57.4 54.87 71.86 -
YUV 198.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 212 188 215 0.01 0.13 0 0.16 293.33 0.25 0.79
Hex D4 BC D7 1 D 0 10 125 19 4F
Octal 324 274 327 1 15 0 20 445 31 117
Binary 11010100 10111100 11010111 1 1101 0 10000 100100101 11001 1001111

Color Harmonies of #D4BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCD7

Black with #D4BCD7

Text Example


Text Example

White with #D4BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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