#D29DAD

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

Shades of Kobi #D29DAD

Tints of Kobi #D29DAD

Color information

#D29DAD (or 0xD29DAD) is unknown color: approx Kobi. HEX triplet: D2, 9D and AD. RGB value is (210,157,173). Sum of RGB (Red+Green+Blue) = 210+157+173=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAD is #2D6252. Grayscale: #AEAEAE. Windows color (decimal): -2974291 or 11378130. OLE color: 11378130.

HSL color Cylindrical-coordinate representation of color #D29DAD: hue angle of 341.89º 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 #D29DAD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210157173-
CMYK00.250.180.18
HSL341.89º37.06%71.96%-
HSV(B)341.89º25.24%82.35%-
XYZ46.1840.8344.98-
YUV174.67127.06153.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=38.89%
G=29.07%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015717300.250.180.18341.8937.0671.96
HexD29DAD01912121562548
Octal322235255031222252645110
Binary11010010100111011010110101100110010100101010101101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DAD; }

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

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

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

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

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

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

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

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