#DD98AB

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

Shades of Kobi #DD98AB

Tints of Kobi #DD98AB

Color information

#DD98AB (or 0xDD98AB) is unknown color: approx Kobi. HEX triplet: DD, 98 and AB. RGB value is (221,152,171). Sum of RGB (Red+Green+Blue) = 221+152+171=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AB is #226754. Grayscale: #AEAEAE. Windows color (decimal): -2254677 or 11245789. OLE color: 11245789.

HSL color Cylindrical-coordinate representation of color #DD98AB: hue angle of 343.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98AB is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221152171-
CMYK00.310.230.13
HSL343.48º50.36%73.14%-
HSV(B)343.48º31.22%86.67%-
XYZ48.440.7743.85-
YUV174.8125.86160.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=40.62%
G=27.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115217100.310.230.13343.4850.3673.14
HexDD98AB01F17D1573249
Octal335230253037271552762111
Binary1101110110011000101010110111111011111011010101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98AB; }

 p { color: rgb(221,152,171); }

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

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

 a { background-color: rgb(221,152,171); }

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

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

 span { border-color: rgb(221,152,171); }

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