#D8A1B6

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

Shades of Kobi #D8A1B6

Tints of Kobi #D8A1B6

Color information

#D8A1B6 (or 0xD8A1B6) is unknown color: approx Kobi. HEX triplet: D8, A1 and B6. RGB value is (216,161,182). Sum of RGB (Red+Green+Blue) = 216+161+182=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1B6 is #275E49. Grayscale: #B3B3B3. Windows color (decimal): -2580042 or 11968984. OLE color: 11968984.

HSL color Cylindrical-coordinate representation of color #D8A1B6: hue angle of 337.09º degrees, saturation: 0.41, 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 #D8A1B6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216161182-
CMYK00.250.160.15
HSL337.09º41.35%73.92%-
HSV(B)337.09º25.46%84.71%-
XYZ49.5143.4750.04-
YUV179.84129.22153.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=38.64%
G=28.80%
B=32.56%

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
Decimal21616118200.250.160.15337.0941.3573.92
HexD8A1B601910F151294a
Octal330241266031201752151112
Binary1101100010100001101101100110011000011111010100011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1B6; }

 p { color: rgb(216,161,182); }

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

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

 a { background-color: rgb(216,161,182); }

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

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

 span { border-color: rgb(216,161,182); }

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