#DB98B1

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

Shades of Kobi #DB98B1

Tints of Kobi #DB98B1

Color information

#DB98B1 (or 0xDB98B1) is unknown color: approx Kobi. HEX triplet: DB, 98 and B1. RGB value is (219,152,177). Sum of RGB (Red+Green+Blue) = 219+152+177=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98B1 is #24674E. Grayscale: #AEAEAE. Windows color (decimal): -2385743 or 11639003. OLE color: 11639003.

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

Color convert

RGB219152177-
CMYK00.310.190.14
HSL337.61º48.2%72.75%-
HSV(B)337.61º30.59%85.88%-
XYZ48.3840.6946.9-
YUV174.88129.2159.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=39.96%
G=27.74%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915217700.310.190.14337.6148.272.75
HexDB98B101F13E1523049
Octal333230261037231652260111
Binary1101101110011000101100010111111001111101010100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98B1; }

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

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

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

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

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

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

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

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