Html Css Color HEX #D4BDD9 Thistle

📋 copy color: '#D4BDD9'

red 212 ◦ green 189 ◦ blue 217

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

Shades of Thistle #D4BDD9

Tints of Thistle #D4BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.58%

 BLUE value IS 217 (85.16% from 255) = 35.11%

R = 34.3%
G = 30.58%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4BDD9 (or 0xD4BDD9) is known color: Thistle. HEX triplet: D4, BD and D9. RGB value is (212,189,217). Sum of RGB (Red+Green+Blue) = 212+189+217=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDD9 is #2B4226. Grayscale: #C6C6C6. Windows color (decimal): -2834983 or 14269908. OLE color: 14269908.

HSL color Cylindrical-coordinate representation of color #D4BDD9: hue angle of 289.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4BDD9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 189 217 -
CMYK 0.02 0.13 0 0.15
HSL 289.29º 0.27% 0.8% -
HSV(B) 289.29º 0.13% 0.85% -
XYZ 57.87 55.4 73.29 -
YUV 199.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 212 189 217 0.02 0.13 0 0.15 289.29 0.27 0.8
Hex D4 BD D9 2 D 0 F 121 1B 50
Octal 324 275 331 2 15 0 17 441 33 120
Binary 11010100 10111101 11011001 10 1101 0 1111 100100001 11011 1010000

Color Harmonies of #D4BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDD9

Black with #D4BDD9

Text Example


Text Example

White with #D4BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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