#DF8EA4

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

Shades of Kobi #DF8EA4

Tints of Kobi #DF8EA4

Color information

#DF8EA4 (or 0xDF8EA4) is unknown color: approx Kobi. HEX triplet: DF, 8E and A4. RGB value is (223,142,164). Sum of RGB (Red+Green+Blue) = 223+142+164=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8EA4 is #20715B. Grayscale: #A8A8A8. Windows color (decimal): -2126172 or 10784479. OLE color: 10784479.

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

Color convert

RGB223142164-
CMYK00.360.260.13
HSL343.7º55.86%71.57%-
HSV(B)343.7º36.32%87.45%-
XYZ46.8137.7139.93-
YUV168.73125.34166.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=42.16%
G=26.84%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314216400.360.260.13343.755.8671.57
HexDF8EA40241AD1583848
Octal337216244044321553070110
Binary11011111100011101010010001001001101011011010110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EA4; }

 p { color: rgb(223,142,164); }

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

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

 a { background-color: rgb(223,142,164); }

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

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

 span { border-color: rgb(223,142,164); }

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