#DD8AAB

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

Shades of Kobi #DD8AAB

Tints of Kobi #DD8AAB

Color information

#DD8AAB (or 0xDD8AAB) is unknown color: approx Kobi. HEX triplet: DD, 8A and AB. RGB value is (221,138,171). Sum of RGB (Red+Green+Blue) = 221+138+171=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AAB is #227554. Grayscale: #A6A6A6. Windows color (decimal): -2258261 or 11242205. OLE color: 11242205.

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

Color convert

RGB221138171-
CMYK00.380.230.13
HSL336.14º54.97%70.39%-
HSV(B)336.14º37.56%86.67%-
XYZ46.2636.4943.13-
YUV166.58130.5166.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=41.70%
G=26.04%
B=32.26%

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
Decimal22113817100.380.230.13336.1454.9770.39
HexDD8AAB02617D1503746
Octal335212253046271552067106
Binary11011101100010101010101101001101011111011010100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AAB; }

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

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

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

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

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

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

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

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