Html Css Color HEX #D1BDCE Thistle

📋 copy color: '#D1BDCE'

red 209 ◦ green 189 ◦ blue 206

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

Shades of Thistle #D1BDCE

Tints of Thistle #D1BDCE

RGB

 RED value IS 209 (82.03% from 255) = 34.6%

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

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 34.6%
G = 31.29%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1BDCE (or 0xD1BDCE) is known color: Thistle. HEX triplet: D1, BD and CE. RGB value is (209,189,206). Sum of RGB (Red+Green+Blue) = 209+189+206=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCE is #2E4231. Grayscale: #C4C4C4. Windows color (decimal): -3031602 or 13549009. OLE color: 13549009.

HSL color Cylindrical-coordinate representation of color #D1BDCE: hue angle of 309º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDCE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 206 -
CMYK 0 0.10 0.01 0.18
HSL 309º 0.18% 0.78% -
HSV(B) 309º 0.1% 0.82% -
XYZ 55.63 54.41 65.96 -
YUV 196.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 209 189 206 0 0.10 0.01 0.18 309 0.18 0.78
Hex D1 BD CE 0 A 1 12 135 12 4E
Octal 321 275 316 0 12 1 22 465 22 116
Binary 11010001 10111101 11001110 0 1010 1 10010 100110101 10010 1001110

Color Harmonies of #D1BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDCE

Black with #D1BDCE

Text Example


Text Example

White with #D1BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDCE; }

 p { color: rgb(209,189,206); }

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

background-color css

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

 a { background-color: rgb(209,189,206); }

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

border-color css

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

 span { border-color: rgb(209,189,206); }

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