#D98DAC

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

Shades of Kobi #D98DAC

Tints of Kobi #D98DAC

Color information

#D98DAC (or 0xD98DAC) is unknown color: approx Kobi. HEX triplet: D9, 8D and AC. RGB value is (217,141,172). Sum of RGB (Red+Green+Blue) = 217+141+172=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DAC is #267253. Grayscale: #A7A7A7. Windows color (decimal): -2519636 or 11308505. OLE color: 11308505.

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

Color convert

RGB217141172-
CMYK00.350.210.15
HSL335.53º50%70.2%-
HSV(B)335.53º35.02%85.1%-
XYZ45.5936.7843.73-
YUV167.26130.68163.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=40.94%
G=26.60%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714117200.350.210.15335.535070.2
HexD98DAC02315F1503246
Octal331215254043251752062106
Binary11011001100011011010110001000111010111111010100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DAC; }

 p { color: rgb(217,141,172); }

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

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

 a { background-color: rgb(217,141,172); }

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

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

 span { border-color: rgb(217,141,172); }

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