#D98DAA

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

Shades of Kobi #D98DAA

Tints of Kobi #D98DAA

Color information

#D98DAA (or 0xD98DAA) is unknown color: approx Kobi. HEX triplet: D9, 8D and AA. RGB value is (217,141,170). Sum of RGB (Red+Green+Blue) = 217+141+170=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DAA is #267255. Grayscale: #A6A6A6. Windows color (decimal): -2519638 or 11177433. OLE color: 11177433.

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

Color convert

RGB217141170-
CMYK00.350.220.15
HSL337.11º50%70.2%-
HSV(B)337.11º35.02%85.1%-
XYZ45.436.742.72-
YUV167.03129.68163.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=41.10%
G=26.70%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714117000.350.220.15337.115070.2
HexD98DAA02316F1513246
Octal331215252043261752162106
Binary11011001100011011010101001000111011011111010100011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DAA; }

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

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

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

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

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

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

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

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