#D1BECF

Color #D1BECF Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D1BECF

Tints of Thistle #D1BECF

Color information

#D1BECF (or 0xD1BECF) is unknown color: approx Thistle. HEX triplet: D1, BE and CF. RGB value is (209,190,207). Sum of RGB (Red+Green+Blue) = 209+190+207=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BECF is #2E4130. Grayscale: #C5C5C5. Windows color (decimal): -3031345 or 13614801. OLE color: 13614801.

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

Color convert

RGB209190207-
CMYK00.090.010.18
HSL306.32º17.12%78.24%-
HSV(B)306.32º9.09%81.96%-
XYZ55.9754.8966.68-
YUV197.62133.29136.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=34.49%
G=31.35%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919020700.090.010.18306.3217.1278.24
HexD1BECF09112132114e
Octal32127631701112246221116
Binary11010001101111101100111101001110010100110010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BECF; }

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

 H1.HeaderClassName
 {
   color: #D1BECF;
 }
 .AnyTagClassName
 {
   color: #D1BECF;
 }
</style>
background-color css

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

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

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

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

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

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