#D1BBBA

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

Shades of Cold Turkey #D1BBBA

Tints of Cold Turkey #D1BBBA

Color information

#D1BBBA (or 0xD1BBBA) is unknown color: approx Cold Turkey. HEX triplet: D1, BB and BA. RGB value is (209,187,186). Sum of RGB (Red+Green+Blue) = 209+187+186=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBBA is #2E4445. Grayscale: #C1C1C1. Windows color (decimal): -3032134 or 12237777. OLE color: 12237777.

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

Color convert

RGB209187186-
CMYK00.110.110.18
HSL2.61º20%77.45%-
HSV(B)2.61º11%81.96%-
XYZ52.9352.6453.83-
YUV193.46123.79139.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.91%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=35.91%
G=32.13%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918718600.110.110.182.612077.45
HexD1BBBA0BB123144d
Octal3212732720131322324115
Binary1101000110111011101110100101110111001011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBBA; }

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

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

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

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

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

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

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

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