#DB98AD

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

Shades of Kobi #DB98AD

Tints of Kobi #DB98AD

Color information

#DB98AD (or 0xDB98AD) is unknown color: approx Kobi. HEX triplet: DB, 98 and AD. RGB value is (219,152,173). Sum of RGB (Red+Green+Blue) = 219+152+173=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98AD is #246752. Grayscale: #AEAEAE. Windows color (decimal): -2385747 or 11376859. OLE color: 11376859.

HSL color Cylindrical-coordinate representation of color #DB98AD: hue angle of 341.19º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98AD is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219152173-
CMYK00.310.210.14
HSL341.19º48.2%72.75%-
HSV(B)341.19º30.59%85.88%-
XYZ47.9840.5344.83-
YUV174.43127.2159.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=40.26%
G=27.94%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915217300.310.210.14341.1948.272.75
HexDB98AD01F15E1553049
Octal333230255037251652560111
Binary1101101110011000101011010111111010111101010101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98AD; }

 p { color: rgb(219,152,173); }

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

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

 a { background-color: rgb(219,152,173); }

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

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

 span { border-color: rgb(219,152,173); }

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