#DD8FAB

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

Shades of Kobi #DD8FAB

Tints of Kobi #DD8FAB

Color information

#DD8FAB (or 0xDD8FAB) is unknown color: approx Kobi. HEX triplet: DD, 8F and AB. RGB value is (221,143,171). Sum of RGB (Red+Green+Blue) = 221+143+171=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FAB is #227054. Grayscale: #A9A9A9. Windows color (decimal): -2256981 or 11243485. OLE color: 11243485.

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

Color convert

RGB221143171-
CMYK00.350.230.13
HSL338.46º53.42%71.37%-
HSV(B)338.46º35.29%86.67%-
XYZ46.9937.9643.38-
YUV169.51128.84164.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=41.31%
G=26.73%
B=31.96%

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
Decimal22114317100.350.230.13338.4653.4271.37
HexDD8FAB02317D1523547
Octal335217253043271552265107
Binary11011101100011111010101101000111011111011010100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FAB; }

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

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

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

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

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

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

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

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