#DD99AB

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

Shades of Kobi #DD99AB

Tints of Kobi #DD99AB

Color information

#DD99AB (or 0xDD99AB) is unknown color: approx Kobi. HEX triplet: DD, 99 and AB. RGB value is (221,153,171). Sum of RGB (Red+Green+Blue) = 221+153+171=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AB is #226654. Grayscale: #AFAFAF. Windows color (decimal): -2254421 or 11246045. OLE color: 11246045.

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

Color convert

RGB221153171-
CMYK00.310.230.13
HSL344.12º50%73.33%-
HSV(B)344.12º30.77%86.67%-
XYZ48.5641.0943.9-
YUV175.38125.53160.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=40.55%
G=28.07%
B=31.38%

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
Decimal22115317100.310.230.13344.125073.33
HexDD99AB01F17D1583249
Octal335231253037271553062111
Binary1101110110011001101010110111111011111011010110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99AB; }

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

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

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

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

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

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

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

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