Html Css Color HEX #D1BECE Thistle

📋 copy color: '#D1BECE'

red 209 ◦ green 190 ◦ blue 206

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

Shades of Thistle #D1BECE

Tints of Thistle #D1BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

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

R = 34.55%
G = 31.4%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1BECE (or 0xD1BECE) is known color: Thistle. HEX triplet: D1, BE and CE. RGB value is (209,190,206). Sum of RGB (Red+Green+Blue) = 209+190+206=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BECE is #2E4131. Grayscale: #C5C5C5. Windows color (decimal): -3031346 or 13549265. OLE color: 13549265.

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

Color convert

RGB 209 190 206 -
CMYK 0 0.09 0.01 0.18
HSL 309.47º 0.17% 0.78% -
HSV(B) 309.47º 0.09% 0.82% -
XYZ 55.85 54.84 66.03 -
YUV 197.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 209 190 206 0 0.09 0.01 0.18 309.47 0.17 0.78
Hex D1 BE CE 0 9 1 12 135 11 4E
Octal 321 276 316 0 11 1 22 465 21 116
Binary 11010001 10111110 11001110 0 1001 1 10010 100110101 10001 1001110

Color Harmonies of #D1BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BECE

Black with #D1BECE

Text Example


Text Example

White with #D1BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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