#D98AB0

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

Shades of Kobi #D98AB0

Tints of Kobi #D98AB0

Color information

#D98AB0 (or 0xD98AB0) is unknown color: approx Kobi. HEX triplet: D9, 8A and B0. RGB value is (217,138,176). Sum of RGB (Red+Green+Blue) = 217+138+176=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98AB0 is #26754F. Grayscale: #A5A5A5. Windows color (decimal): -2520400 or 11569881. OLE color: 11569881.

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

Color convert

RGB217138176-
CMYK00.360.190.15
HSL331.14º50.97%69.61%-
HSV(B)331.14º36.41%85.1%-
XYZ45.5436.0645.63-
YUV165.95133.67164.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=40.87%
G=25.99%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713817600.360.190.15331.1450.9769.61
HexD98AB002413F14b3346
Octal331212260044231751363106
Binary11011001100010101011000001001001001111111010010111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98AB0; }

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

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

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

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

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

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

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

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