#D29BAA

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

Shades of Kobi #D29BAA

Tints of Kobi #D29BAA

Color information

#D29BAA (or 0xD29BAA) is unknown color: approx Kobi. HEX triplet: D2, 9B and AA. RGB value is (210,155,170). Sum of RGB (Red+Green+Blue) = 210+155+170=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BAA is #2D6455. Grayscale: #ADADAD. Windows color (decimal): -2974806 or 11181010. OLE color: 11181010.

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

Color convert

RGB210155170-
CMYK00.260.190.18
HSL343.64º37.93%71.57%-
HSV(B)343.64º26.19%82.35%-
XYZ45.5640.0543.36-
YUV173.16126.22154.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=39.25%
G=28.97%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015517000.260.190.18343.6437.9371.57
HexD29BAA01A13121582648
Octal322233252032232253046110
Binary11010010100110111010101001101010011100101010110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29BAA; }

 p { color: rgb(210,155,170); }

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

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

 a { background-color: rgb(210,155,170); }

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

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

 span { border-color: rgb(210,155,170); }

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