Html Css Color HEX #D4BFD7 Thistle

📋 copy color: '#D4BFD7'

red 212 ◦ green 191 ◦ blue 215

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

Shades of Thistle #D4BFD7

Tints of Thistle #D4BFD7

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

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

R = 34.3%
G = 30.91%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4BFD7 (or 0xD4BFD7) is known color: Thistle. HEX triplet: D4, BF and D7. RGB value is (212,191,215). Sum of RGB (Red+Green+Blue) = 212+191+215=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFD7 is #2B4028. Grayscale: #C7C7C7. Windows color (decimal): -2834473 or 14139348. OLE color: 14139348.

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

Color convert

RGB 212 191 215 -
CMYK 0.01 0.11 0 0.16
HSL 292.5º 0.23% 0.8% -
HSV(B) 292.5º 0.11% 0.84% -
XYZ 58.05 56.16 72.07 -
YUV 200.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 212 191 215 0.01 0.11 0 0.16 292.5 0.23 0.8
Hex D4 BF D7 1 B 0 10 124 17 50
Octal 324 277 327 1 13 0 20 444 27 120
Binary 11010100 10111111 11010111 1 1011 0 10000 100100100 10111 1010000

Color Harmonies of #D4BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFD7

Black with #D4BFD7

Text Example


Text Example

White with #D4BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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