#D29AB1

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

Shades of Kobi #D29AB1

Tints of Kobi #D29AB1

Color information

#D29AB1 (or 0xD29AB1) is unknown color: approx Kobi. HEX triplet: D2, 9A and B1. RGB value is (210,154,177). Sum of RGB (Red+Green+Blue) = 210+154+177=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AB1 is #2D654E. Grayscale: #ADADAD. Windows color (decimal): -2975055 or 11639506. OLE color: 11639506.

HSL color Cylindrical-coordinate representation of color #D29AB1: hue angle of 335.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AB1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210154177-
CMYK00.270.160.18
HSL335.36º38.36%71.37%-
HSV(B)335.36º26.67%82.35%-
XYZ46.0739.9946.89-
YUV173.37130.05154.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=38.82%
G=28.47%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015417700.270.160.18335.3638.3671.37
HexD29AB101B101214f2647
Octal322232261033202251746107
Binary11010010100110101011000101101110000100101010011111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AB1; }

 p { color: rgb(210,154,177); }

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

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

 a { background-color: rgb(210,154,177); }

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

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

 span { border-color: rgb(210,154,177); }

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