#DD86AE

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

Shades of Kobi #DD86AE

Tints of Kobi #DD86AE

Color information

#DD86AE (or 0xDD86AE) is unknown color: approx Kobi. HEX triplet: DD, 86 and AE. RGB value is (221,134,174). Sum of RGB (Red+Green+Blue) = 221+134+174=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD86AE is #227951. Grayscale: #A4A4A4. Windows color (decimal): -2259282 or 11437789. OLE color: 11437789.

HSL color Cylindrical-coordinate representation of color #DD86AE: hue angle of 332.41º 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 #DD86AE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221134174-
CMYK00.390.210.13
HSL332.41º56.13%69.61%-
HSV(B)332.41º39.37%86.67%-
XYZ45.9835.4844.47-
YUV164.57133.32168.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=41.78%
G=25.33%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113417400.390.210.13332.4156.1369.61
HexDD86AE02715D14c3846
Octal335206256047251551470106
Binary11011101100001101010111001001111010111011010011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD86AE; }

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

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

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

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

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

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

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

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