#D98FAD

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

Shades of Kobi #D98FAD

Tints of Kobi #D98FAD

Color information

#D98FAD (or 0xD98FAD) is unknown color: approx Kobi. HEX triplet: D9, 8F and AD. RGB value is (217,143,173). Sum of RGB (Red+Green+Blue) = 217+143+173=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAD is #267052. Grayscale: #A8A8A8. Windows color (decimal): -2519123 or 11374553. OLE color: 11374553.

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

Color convert

RGB217143173-
CMYK00.340.200.15
HSL335.68º49.33%70.59%-
HSV(B)335.68º34.1%85.1%-
XYZ45.9837.4144.33-
YUV168.55130.52162.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 143 (56.25% from 255) = 26.83%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=40.71%
G=26.83%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714317300.340.200.15335.6849.3370.59
HexD98FAD02214F1503147
Octal331217255042241752061107
Binary11011001100011111010110101000101010011111010100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FAD; }

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

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

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

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

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

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

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

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