#DD8EA6

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

Shades of Kobi #DD8EA6

Tints of Kobi #DD8EA6

Color information

#DD8EA6 (or 0xDD8EA6) is unknown color: approx Kobi. HEX triplet: DD, 8E and A6. RGB value is (221,142,166). Sum of RGB (Red+Green+Blue) = 221+142+166=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA6 is #227159. Grayscale: #A8A8A8. Windows color (decimal): -2257242 or 10915549. OLE color: 10915549.

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

Color convert

RGB221142166-
CMYK00.360.250.13
HSL341.77º53.74%71.18%-
HSV(B)341.77º35.75%86.67%-
XYZ46.3737.4740.86-
YUV168.36126.67165.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=41.78%
G=26.84%
B=31.38%

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
Decimal22114216600.360.250.13341.7753.7471.18
HexDD8EA602419D1563647
Octal335216246044311552666107
Binary11011101100011101010011001001001100111011010101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EA6; }

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

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

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

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

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

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

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

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