Html Css Color HEX #D1BCCE Thistle

📋 copy color: '#D1BCCE'

red 209 ◦ green 188 ◦ blue 206

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

Shades of Thistle #D1BCCE

Tints of Thistle #D1BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.18%

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

R = 34.66%
G = 31.18%
B = 34.16%

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

#D1BCCE (or 0xD1BCCE) is known color: Thistle. HEX triplet: D1, BC and CE. RGB value is (209,188,206). Sum of RGB (Red+Green+Blue) = 209+188+206=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCCE is #2E4331. Grayscale: #C4C4C4. Windows color (decimal): -3031858 or 13548753. OLE color: 13548753.

HSL color Cylindrical-coordinate representation of color #D1BCCE: hue angle of 308.57º degrees, saturation: 0.19, 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 #D1BCCE is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 206 -
CMYK 0 0.10 0.01 0.18
HSL 308.57º 0.19% 0.78% -
HSV(B) 308.57º 0.1% 0.82% -
XYZ 55.42 53.98 65.89 -
YUV 196.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 209 188 206 0 0.10 0.01 0.18 308.57 0.19 0.78
Hex D1 BC CE 0 A 1 12 135 13 4E
Octal 321 274 316 0 12 1 22 465 23 116
Binary 11010001 10111100 11001110 0 1010 1 10010 100110101 10011 1001110

Color Harmonies of #D1BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCCE

Black with #D1BCCE

Text Example


Text Example

White with #D1BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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