#DD88AB

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

Shades of Kobi #DD88AB

Tints of Kobi #DD88AB

Color information

#DD88AB (or 0xDD88AB) is unknown color: approx Kobi. HEX triplet: DD, 88 and AB. RGB value is (221,136,171). Sum of RGB (Red+Green+Blue) = 221+136+171=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AB is #227754. Grayscale: #A5A5A5. Windows color (decimal): -2258773 or 11241693. OLE color: 11241693.

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

Color convert

RGB221136171-
CMYK00.380.230.13
HSL335.29º55.56%70%-
HSV(B)335.29º38.46%86.67%-
XYZ45.9735.9243.04-
YUV165.4131.16167.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=41.86%
G=25.76%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113617100.380.230.13335.2955.5670
HexDD88AB02617D14f3846
Octal335210253046271551770106
Binary11011101100010001010101101001101011111011010011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88AB; }

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

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

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

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

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

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

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

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