#D29DAB

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

Shades of Kobi #D29DAB

Tints of Kobi #D29DAB

Color information

#D29DAB (or 0xD29DAB) is unknown color: approx Kobi. HEX triplet: D2, 9D and AB. RGB value is (210,157,171). Sum of RGB (Red+Green+Blue) = 210+157+171=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAB is #2D6254. Grayscale: #AEAEAE. Windows color (decimal): -2974293 or 11247058. OLE color: 11247058.

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

Color convert

RGB210157171-
CMYK00.250.190.18
HSL344.15º37.06%71.96%-
HSV(B)344.15º25.24%82.35%-
XYZ45.9940.7643.97-
YUV174.44126.06153.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=39.03%
G=29.18%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015717100.250.190.18344.1537.0671.96
HexD29DAB01913121582548
Octal322235253031232253045110
Binary11010010100111011010101101100110011100101010110001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DAB; }

 p { color: rgb(210,157,171); }

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

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

 a { background-color: rgb(210,157,171); }

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

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

 span { border-color: rgb(210,157,171); }

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