Html Css Color HEX #D1BCCF Thistle

📋 copy color: '#D1BCCF'

red 209 ◦ green 188 ◦ blue 207

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

Shades of Thistle #D1BCCF

Tints of Thistle #D1BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 34.6%
G = 31.13%
B = 34.27%

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

#D1BCCF (or 0xD1BCCF) is known color: Thistle. HEX triplet: D1, BC and CF. RGB value is (209,188,207). Sum of RGB (Red+Green+Blue) = 209+188+207=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCCF is #2E4330. Grayscale: #C4C4C4. Windows color (decimal): -3031857 or 13614289. OLE color: 13614289.

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

Color convert

RGB 209 188 207 -
CMYK 0 0.10 0.01 0.18
HSL 305.71º 0.19% 0.78% -
HSV(B) 305.71º 0.1% 0.82% -
XYZ 55.54 54.03 66.53 -
YUV 196.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 209 188 207 0 0.10 0.01 0.18 305.71 0.19 0.78
Hex D1 BC CF 0 A 1 12 132 13 4E
Octal 321 274 317 0 12 1 22 462 23 116
Binary 11010001 10111100 11001111 0 1010 1 10010 100110010 10011 1001110

Color Harmonies of #D1BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCCF

Black with #D1BCCF

Text Example


Text Example

White with #D1BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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