#D98FAB

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

Shades of Kobi #D98FAB

Tints of Kobi #D98FAB

Color information

#D98FAB (or 0xD98FAB) is unknown color: approx Kobi. HEX triplet: D9, 8F and AB. RGB value is (217,143,171). Sum of RGB (Red+Green+Blue) = 217+143+171=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAB is #267054. Grayscale: #A8A8A8. Windows color (decimal): -2519125 or 11243481. OLE color: 11243481.

HSL color Cylindrical-coordinate representation of color #D98FAB: hue angle of 337.3º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FAB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217143171-
CMYK00.340.210.15
HSL337.3º49.33%70.59%-
HSV(B)337.3º34.1%85.1%-
XYZ45.7937.3443.32-
YUV168.32129.52162.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=40.87%
G=26.93%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714317100.340.210.15337.349.3370.59
HexD98FAB02215F1513147
Octal331217253042251752161107
Binary11011001100011111010101101000101010111111010100011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FAB; }

 p { color: rgb(217,143,171); }

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

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

 a { background-color: rgb(217,143,171); }

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

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

 span { border-color: rgb(217,143,171); }

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