#D98AB2

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

Shades of Kobi #D98AB2

Tints of Kobi #D98AB2

Color information

#D98AB2 (or 0xD98AB2) is unknown color: approx Kobi. HEX triplet: D9, 8A and B2. RGB value is (217,138,178). Sum of RGB (Red+Green+Blue) = 217+138+178=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AB2 is #26754D. Grayscale: #A6A6A6. Windows color (decimal): -2520398 or 11700953. OLE color: 11700953.

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

Color convert

RGB217138178-
CMYK00.360.180.15
HSL329.62º50.97%69.61%-
HSV(B)329.62º36.41%85.1%-
XYZ45.7436.1446.69-
YUV166.18134.67164.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=40.71%
G=25.89%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713817800.360.180.15329.6250.9769.61
HexD98AB202412F14a3346
Octal331212262044221751263106
Binary11011001100010101011001001001001001011111010010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB2; }

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

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

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

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

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

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

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

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