Html Css Color HEX #D6BFD4 Thistle

📋 copy color: '#D6BFD4'

red 214 ◦ green 191 ◦ blue 212

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

Shades of Thistle #D6BFD4

Tints of Thistle #D6BFD4

RGB

 RED value IS 214 (83.98% from 255) = 34.68%

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

 BLUE value IS 212 (83.2% from 255) = 34.36%

R = 34.68%
G = 30.96%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6BFD4 (or 0xD6BFD4) is known color: Thistle. HEX triplet: D6, BF and D4. RGB value is (214,191,212). Sum of RGB (Red+Green+Blue) = 214+191+212=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFD4 is #29402B. Grayscale: #C8C8C8. Windows color (decimal): -2703404 or 13942742. OLE color: 13942742.

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

Color convert

RGB 214 191 212 -
CMYK 0 0.11 0.01 0.16
HSL 305.22º 0.22% 0.79% -
HSV(B) 305.22º 0.11% 0.84% -
XYZ 58.25 56.31 70.09 -
YUV 200.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 214 191 212 0 0.11 0.01 0.16 305.22 0.22 0.79
Hex D6 BF D4 0 B 1 10 131 16 4F
Octal 326 277 324 0 13 1 20 461 26 117
Binary 11010110 10111111 11010100 0 1011 1 10000 100110001 10110 1001111

Color Harmonies of #D6BFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFD4

Black with #D6BFD4

Text Example


Text Example

White with #D6BFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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