#D4BDD6

Color #D4BDD6 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D4BDD6

Tints of Thistle #D4BDD6

Color information

#D4BDD6 (or 0xD4BDD6) is unknown color: approx Thistle. HEX triplet: D4, BD and D6. RGB value is (212,189,214). Sum of RGB (Red+Green+Blue) = 212+189+214=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #D4BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDD6 is #2B4229. Grayscale: #C6C6C6. Windows color (decimal): -2834986 or 14073300. OLE color: 14073300.

HSL color Cylindrical-coordinate representation of color #D4BDD6: hue angle of 295.2º degrees, saturation: 0.23, 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 #D4BDD6 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212189214-
CMYK0.010.1200.16
HSL295.2º23.36%79.02%-
HSV(B)295.2º11.68%83.92%-
XYZ57.4955.2571.25-
YUV198.73136.62137.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=34.47%
G=30.73%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121892140.010.1200.16295.223.3679.02
HexD4BDD61C010127174f
Octal32427532611402044727117
Binary11010100101111011101011011100010000100100111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDD6; }

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

 H1.HeaderClassName
 {
   color: #D4BDD6;
 }
 .AnyTagClassName
 {
   color: #D4BDD6;
 }
</style>
background-color css

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

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

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

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

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

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