#D18AAE

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

Shades of Kobi #D18AAE

Tints of Kobi #D18AAE

Color information

#D18AAE (or 0xD18AAE) is unknown color: approx Kobi. HEX triplet: D1, 8A and AE. RGB value is (209,138,174). Sum of RGB (Red+Green+Blue) = 209+138+174=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AAE is #2E7551. Grayscale: #A3A3A3. Windows color (decimal): -3044690 or 11438801. OLE color: 11438801.

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

Color convert

RGB209138174-
CMYK00.340.170.18
HSL329.58º43.56%68.04%-
HSV(B)329.58º33.97%81.96%-
XYZ43.0234.7944.49-
YUV163.33134.02160.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=40.12%
G=26.49%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913817400.340.170.18329.5843.5668.04
HexD18AAE022111214a2c44
Octal321212256042212251254104
Binary110100011000101010101110010001010001100101010010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AAE; }

 p { color: rgb(209,138,174); }

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

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

 a { background-color: rgb(209,138,174); }

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

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

 span { border-color: rgb(209,138,174); }

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