#D8A3B5

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

Shades of Kobi #D8A3B5

Tints of Kobi #D8A3B5

Color information

#D8A3B5 (or 0xD8A3B5) is unknown color: approx Kobi. HEX triplet: D8, A3 and B5. RGB value is (216,163,181). Sum of RGB (Red+Green+Blue) = 216+163+181=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3B5 is #275C4A. Grayscale: #B4B4B4. Windows color (decimal): -2579531 or 11903960. OLE color: 11903960.

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

Color convert

RGB216163181-
CMYK00.250.160.15
HSL339.62º40.46%74.31%-
HSV(B)339.62º24.54%84.71%-
XYZ49.7644.1349.61-
YUV180.9128.06153.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=38.57%
G=29.11%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616318100.250.160.15339.6240.4674.31
HexD8A3B501910F154284a
Octal330243265031201752450112
Binary1101100010100011101101010110011000011111010101001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3B5; }

 p { color: rgb(216,163,181); }

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

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

 a { background-color: rgb(216,163,181); }

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

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

 span { border-color: rgb(216,163,181); }

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