#D1BDBB

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

Shades of Cold Turkey #D1BDBB

Tints of Cold Turkey #D1BDBB

Color information

#D1BDBB (or 0xD1BDBB) is unknown color: approx Cold Turkey. HEX triplet: D1, BD and BB. RGB value is (209,189,187). Sum of RGB (Red+Green+Blue) = 209+189+187=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDBB is #2E4244. Grayscale: #C2C2C2. Windows color (decimal): -3031621 or 12303825. OLE color: 12303825.

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

Color convert

RGB209189187-
CMYK00.100.110.18
HSL5.45º19.3%77.65%-
HSV(B)5.45º10.53%81.96%-
XYZ53.4653.5454.53-
YUV194.75123.63138.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=35.73%
G=32.31%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918918700.100.110.185.4519.377.65
HexD1BDBB0AB125134e
Octal3212752730121322523116
Binary11010001101111011011101101010101110010101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDBB; }

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

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

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

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

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

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

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

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