#DD8EA5

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

Shades of Kobi #DD8EA5

Tints of Kobi #DD8EA5

Color information

#DD8EA5 (or 0xDD8EA5) is unknown color: approx Kobi. HEX triplet: DD, 8E and A5. RGB value is (221,142,165). Sum of RGB (Red+Green+Blue) = 221+142+165=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA5 is #22715A. Grayscale: #A8A8A8. Windows color (decimal): -2257243 or 10850013. OLE color: 10850013.

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

Color convert

RGB221142165-
CMYK00.360.250.13
HSL342.53º53.74%71.18%-
HSV(B)342.53º35.75%86.67%-
XYZ46.2837.4340.38-
YUV168.24126.17165.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=41.86%
G=26.89%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114216500.360.250.13342.5353.7471.18
HexDD8EA502419D1573647
Octal335216245044311552766107
Binary11011101100011101010010101001001100111011010101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EA5; }

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

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

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

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

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

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

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

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