#D98AAE

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

Shades of Kobi #D98AAE

Tints of Kobi #D98AAE

Color information

#D98AAE (or 0xD98AAE) is unknown color: approx Kobi. HEX triplet: D9, 8A and AE. RGB value is (217,138,174). Sum of RGB (Red+Green+Blue) = 217+138+174=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AAE is #267551. Grayscale: #A5A5A5. Windows color (decimal): -2520402 or 11438809. OLE color: 11438809.

HSL color Cylindrical-coordinate representation of color #D98AAE: hue angle of 332.66º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98AAE is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217138174-
CMYK00.360.200.15
HSL332.66º50.97%69.61%-
HSV(B)332.66º36.41%85.1%-
XYZ45.3435.9844.6-
YUV165.73132.67164.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=41.02%
G=26.09%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713817400.360.200.15332.6650.9769.61
HexD98AAE02414F14d3346
Octal331212256044241751563106
Binary11011001100010101010111001001001010011111010011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AAE; }

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

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

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

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

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

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

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

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