#DB98B0

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

Shades of Kobi #DB98B0

Tints of Kobi #DB98B0

Color information

#DB98B0 (or 0xDB98B0) is unknown color: approx Kobi. HEX triplet: DB, 98 and B0. RGB value is (219,152,176). Sum of RGB (Red+Green+Blue) = 219+152+176=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98B0 is #24674F. Grayscale: #AEAEAE. Windows color (decimal): -2385744 or 11573467. OLE color: 11573467.

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

Color convert

RGB219152176-
CMYK00.310.200.14
HSL338.51º48.2%72.75%-
HSV(B)338.51º30.59%85.88%-
XYZ48.2840.6546.38-
YUV174.77128.7159.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=40.04%
G=27.79%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915217600.310.200.14338.5148.272.75
HexDB98B001F14E1533049
Octal333230260037241652360111
Binary1101101110011000101100000111111010011101010100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98B0; }

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

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

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

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

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

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

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

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