#DD8EA8

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

Shades of Kobi #DD8EA8

Tints of Kobi #DD8EA8

Color information

#DD8EA8 (or 0xDD8EA8) is unknown color: approx Kobi. HEX triplet: DD, 8E and A8. RGB value is (221,142,168). Sum of RGB (Red+Green+Blue) = 221+142+168=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA8 is #227157. Grayscale: #A8A8A8. Windows color (decimal): -2257240 or 11046621. OLE color: 11046621.

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

Color convert

RGB221142168-
CMYK00.360.240.13
HSL340.25º53.74%71.18%-
HSV(B)340.25º35.75%86.67%-
XYZ46.5637.5541.84-
YUV168.58127.67165.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=41.62%
G=26.74%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114216800.360.240.13340.2553.7471.18
HexDD8EA802418D1543647
Octal335216250044301552466107
Binary11011101100011101010100001001001100011011010101001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EA8; }

 p { color: rgb(221,142,168); }

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

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

 a { background-color: rgb(221,142,168); }

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

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

 span { border-color: rgb(221,142,168); }

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