#D9A3B3

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

Shades of Kobi #D9A3B3

Tints of Kobi #D9A3B3

Color information

#D9A3B3 (or 0xD9A3B3) is unknown color: approx Kobi. HEX triplet: D9, A3 and B3. RGB value is (217,163,179). Sum of RGB (Red+Green+Blue) = 217+163+179=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3B3 is #265C4C. Grayscale: #B4B4B4. Windows color (decimal): -2513997 or 11772889. OLE color: 11772889.

HSL color Cylindrical-coordinate representation of color #D9A3B3: hue angle of 342.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A3B3 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217163179-
CMYK00.250.180.15
HSL342.22º41.54%74.51%-
HSV(B)342.22º24.88%85.1%-
XYZ49.8544.248.55-
YUV180.97126.89153.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=38.82%
G=29.16%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716317900.250.180.15342.2241.5474.51
HexD9A3B301912F1562a4b
Octal331243263031221752652113
Binary1101100110100011101100110110011001011111010101101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3B3; }

 p { color: rgb(217,163,179); }

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

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

 a { background-color: rgb(217,163,179); }

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

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

 span { border-color: rgb(217,163,179); }

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