#D29DAC

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

Shades of Kobi #D29DAC

Tints of Kobi #D29DAC

Color information

#D29DAC (or 0xD29DAC) is unknown color: approx Kobi. HEX triplet: D2, 9D and AC. RGB value is (210,157,172). Sum of RGB (Red+Green+Blue) = 210+157+172=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAC is #2D6253. Grayscale: #AEAEAE. Windows color (decimal): -2974292 or 11312594. OLE color: 11312594.

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

Color convert

RGB210157172-
CMYK00.250.180.18
HSL343.02º37.06%71.96%-
HSV(B)343.02º25.24%82.35%-
XYZ46.0840.7944.48-
YUV174.56126.56153.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=38.96%
G=29.13%
B=31.91%

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
Decimal21015717200.250.180.18343.0237.0671.96
HexD29DAC01912121572548
Octal322235254031222252745110
Binary11010010100111011010110001100110010100101010101111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29DAC; }

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

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

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

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

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

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

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

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