#DF8EA3

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

Shades of Kobi #DF8EA3

Tints of Kobi #DF8EA3

Color information

#DF8EA3 (or 0xDF8EA3) is unknown color: approx Kobi. HEX triplet: DF, 8E and A3. RGB value is (223,142,163). Sum of RGB (Red+Green+Blue) = 223+142+163=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8EA3 is #20715C. Grayscale: #A8A8A8. Windows color (decimal): -2126173 or 10718943. OLE color: 10718943.

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

Color convert

RGB223142163-
CMYK00.360.270.13
HSL344.44º55.86%71.57%-
HSV(B)344.44º36.32%87.45%-
XYZ46.7237.6839.46-
YUV168.61124.84166.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=42.23%
G=26.89%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314216300.360.270.13344.4455.8671.57
HexDF8EA30241BD1583848
Octal337216243044331553070110
Binary11011111100011101010001101001001101111011010110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EA3; }

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

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

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

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

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

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

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

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