#D98AB3

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

Shades of Kobi #D98AB3

Tints of Kobi #D98AB3

Color information

#D98AB3 (or 0xD98AB3) is unknown color: approx Kobi. HEX triplet: D9, 8A and B3. RGB value is (217,138,179). Sum of RGB (Red+Green+Blue) = 217+138+179=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AB3 is #26754C. Grayscale: #A6A6A6. Windows color (decimal): -2520397 or 11766489. OLE color: 11766489.

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

Color convert

RGB217138179-
CMYK00.360.180.15
HSL328.86º50.97%69.61%-
HSV(B)328.86º36.41%85.1%-
XYZ45.8436.1847.22-
YUV166.3135.17164.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=40.64%
G=25.84%
B=33.52%

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
Decimal21713817900.360.180.15328.8650.9769.61
HexD98AB302412F1493346
Octal331212263044221751163106
Binary11011001100010101011001101001001001011111010010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB3; }

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

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

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

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

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

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

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

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