#D3A5B6

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

Shades of Kobi #D3A5B6

Tints of Kobi #D3A5B6

Color information

#D3A5B6 (or 0xD3A5B6) is unknown color: approx Kobi. HEX triplet: D3, A5 and B6. RGB value is (211,165,182). Sum of RGB (Red+Green+Blue) = 211+165+182=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A5B6 is #2C5A49. Grayscale: #B4B4B4. Windows color (decimal): -2906698 or 11970003. OLE color: 11970003.

HSL color Cylindrical-coordinate representation of color #D3A5B6: hue angle of 337.83º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A5B6 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB211165182-
CMYK00.220.140.17
HSL337.83º34.33%73.73%-
HSV(B)337.83º21.8%82.75%-
XYZ48.7644.1450.21-
YUV180.69128.74149.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=37.81%
G=29.57%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116518200.220.140.17337.8334.3373.73
HexD3A5B6016E11152224a
Octal323245266026162152242112
Binary1101001110100101101101100101101110100011010100101000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5B6; }

 p { color: rgb(211,165,182); }

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

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

 a { background-color: rgb(211,165,182); }

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

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

 span { border-color: rgb(211,165,182); }

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