#D29AAE

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

Shades of Kobi #D29AAE

Tints of Kobi #D29AAE

Color information

#D29AAE (or 0xD29AAE) is unknown color: approx Kobi. HEX triplet: D2, 9A and AE. RGB value is (210,154,174). Sum of RGB (Red+Green+Blue) = 210+154+174=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AAE is #2D6551. Grayscale: #ADADAD. Windows color (decimal): -2975058 or 11442898. OLE color: 11442898.

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

Color convert

RGB210154174-
CMYK00.270.170.18
HSL338.57º38.36%71.37%-
HSV(B)338.57º26.67%82.35%-
XYZ45.7739.8745.33-
YUV173.02128.55154.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=39.03%
G=28.62%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015417400.270.170.18338.5738.3671.37
HexD29AAE01B11121532647
Octal322232256033212252346107
Binary11010010100110101010111001101110001100101010100111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AAE; }

 p { color: rgb(210,154,174); }

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

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

 a { background-color: rgb(210,154,174); }

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

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

 span { border-color: rgb(210,154,174); }

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