#DD90AB

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

Shades of Kobi #DD90AB

Tints of Kobi #DD90AB

Color information

#DD90AB (or 0xDD90AB) is unknown color: approx Kobi. HEX triplet: DD, 90 and AB. RGB value is (221,144,171). Sum of RGB (Red+Green+Blue) = 221+144+171=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90AB is #226F54. Grayscale: #AAAAAA. Windows color (decimal): -2256725 or 11243741. OLE color: 11243741.

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

Color convert

RGB221144171-
CMYK00.350.230.13
HSL338.96º53.1%71.57%-
HSV(B)338.96º34.84%86.67%-
XYZ47.1438.2643.43-
YUV170.1128.51164.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=41.23%
G=26.87%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114417100.350.230.13338.9653.171.57
HexDD90AB02317D1533548
Octal335220253043271552365110
Binary11011101100100001010101101000111011111011010100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90AB; }

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

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

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

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

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

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

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

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