#DB86AE

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

Shades of Kobi #DB86AE

Tints of Kobi #DB86AE

Color information

#DB86AE (or 0xDB86AE) is unknown color: approx Kobi. HEX triplet: DB, 86 and AE. RGB value is (219,134,174). Sum of RGB (Red+Green+Blue) = 219+134+174=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86AE is #247951. Grayscale: #A3A3A3. Windows color (decimal): -2390354 or 11437787. OLE color: 11437787.

HSL color Cylindrical-coordinate representation of color #DB86AE: hue angle of 331.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86AE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219134174-
CMYK00.390.210.14
HSL331.76º54.14%69.22%-
HSV(B)331.76º38.81%85.88%-
XYZ45.3835.1744.44-
YUV163.98133.66167.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=41.56%
G=25.43%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913417400.390.210.14331.7654.1469.22
HexDB86AE02715E14c3645
Octal333206256047251651466105
Binary11011011100001101010111001001111010111101010011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86AE; }

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

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

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

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

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

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

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

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