#D39BAE

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

Shades of Kobi #D39BAE

Tints of Kobi #D39BAE

Color information

#D39BAE (or 0xD39BAE) is unknown color: approx Kobi. HEX triplet: D3, 9B and AE. RGB value is (211,155,174). Sum of RGB (Red+Green+Blue) = 211+155+174=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BAE is #2C6451. Grayscale: #ADADAD. Windows color (decimal): -2909266 or 11443155. OLE color: 11443155.

HSL color Cylindrical-coordinate representation of color #D39BAE: hue angle of 339.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BAE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211155174-
CMYK00.270.180.17
HSL339.64º38.89%71.76%-
HSV(B)339.64º26.54%82.75%-
XYZ46.2340.3545.4-
YUV173.91128.05154.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=39.07%
G=28.70%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115517400.270.180.17339.6438.8971.76
HexD39BAE01B12111542748
Octal323233256033222152447110
Binary11010011100110111010111001101110010100011010101001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BAE; }

 p { color: rgb(211,155,174); }

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

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

 a { background-color: rgb(211,155,174); }

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

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

 span { border-color: rgb(211,155,174); }

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