#DB98A6

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

Shades of Kobi #DB98A6

Tints of Kobi #DB98A6

Color information

#DB98A6 (or 0xDB98A6) is unknown color: approx Kobi. HEX triplet: DB, 98 and A6. RGB value is (219,152,166). Sum of RGB (Red+Green+Blue) = 219+152+166=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A6 is #246759. Grayscale: #ADADAD. Windows color (decimal): -2385754 or 10918107. OLE color: 10918107.

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

Color convert

RGB219152166-
CMYK00.310.240.14
HSL347.46º48.2%72.75%-
HSV(B)347.46º30.59%85.88%-
XYZ47.3240.2741.35-
YUV173.63123.7160.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=40.78%
G=28.31%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915216600.310.240.14347.4648.272.75
HexDB98A601F18E15b3049
Octal333230246037301653360111
Binary1101101110011000101001100111111100011101010110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98A6; }

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

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

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

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

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

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

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

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