#D29FAD

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

Shades of Kobi #D29FAD

Tints of Kobi #D29FAD

Color information

#D29FAD (or 0xD29FAD) is unknown color: approx Kobi. HEX triplet: D2, 9F and AD. RGB value is (210,159,173). Sum of RGB (Red+Green+Blue) = 210+159+173=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FAD is #2D6052. Grayscale: #AFAFAF. Windows color (decimal): -2973779 or 11378642. OLE color: 11378642.

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

Color convert

RGB210159173-
CMYK00.240.180.18
HSL343.53º36.17%72.35%-
HSV(B)343.53º24.29%82.35%-
XYZ46.5241.5245.1-
YUV175.84126.4152.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=38.75%
G=29.34%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015917300.240.180.18343.5336.1772.35
HexD29FAD01812121582448
Octal322237255030222253044110
Binary11010010100111111010110101100010010100101010110001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FAD; }

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

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

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

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

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

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

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

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