#DF86AE

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

Shades of Kobi #DF86AE

Tints of Kobi #DF86AE

Color information

#DF86AE (or 0xDF86AE) is unknown color: approx Kobi. HEX triplet: DF, 86 and AE. RGB value is (223,134,174). Sum of RGB (Red+Green+Blue) = 223+134+174=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF86AE is #207951. Grayscale: #A5A5A5. Windows color (decimal): -2128210 or 11437791. OLE color: 11437791.

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

Color convert

RGB223134174-
CMYK00.400.220.13
HSL333.03º58.17%70%-
HSV(B)333.03º39.91%87.45%-
XYZ46.635.7944.5-
YUV165.17132.99169.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 134 (52.73% from 255) = 25.24%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=42.00%
G=25.24%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313417400.400.220.13333.0358.1770
HexDF86AE02816D14d3a46
Octal337206256050261551572106
Binary11011111100001101010111001010001011011011010011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86AE; }

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

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

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

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

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

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

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

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