#DD86AC

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

Shades of Kobi #DD86AC

Tints of Kobi #DD86AC

Color information

#DD86AC (or 0xDD86AC) is unknown color: approx Kobi. HEX triplet: DD, 86 and AC. RGB value is (221,134,172). Sum of RGB (Red+Green+Blue) = 221+134+172=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86AC is #227953. Grayscale: #A4A4A4. Windows color (decimal): -2259284 or 11306717. OLE color: 11306717.

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

Color convert

RGB221134172-
CMYK00.390.220.13
HSL333.79º56.13%69.61%-
HSV(B)333.79º39.37%86.67%-
XYZ45.7935.443.45-
YUV164.34132.32168.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=41.94%
G=25.43%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113417200.390.220.13333.7956.1369.61
HexDD86AC02716D14e3846
Octal335206254047261551670106
Binary11011101100001101010110001001111011011011010011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86AC; }

 p { color: rgb(221,134,172); }

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

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

 a { background-color: rgb(221,134,172); }

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

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

 span { border-color: rgb(221,134,172); }

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