#DD8EA2

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

Shades of Kobi #DD8EA2

Tints of Kobi #DD8EA2

Color information

#DD8EA2 (or 0xDD8EA2) is unknown color: approx Kobi. HEX triplet: DD, 8E and A2. RGB value is (221,142,162). Sum of RGB (Red+Green+Blue) = 221+142+162=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA2 is #22715D. Grayscale: #A7A7A7. Windows color (decimal): -2257246 or 10653405. OLE color: 10653405.

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

Color convert

RGB221142162-
CMYK00.360.270.13
HSL344.81º53.74%71.18%-
HSV(B)344.81º35.75%86.67%-
XYZ46.0137.3338.96-
YUV167.9124.67165.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=42.10%
G=27.05%
B=30.86%

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
Decimal22114216200.360.270.13344.8153.7471.18
HexDD8EA20241BD1593647
Octal335216242044331553166107
Binary11011101100011101010001001001001101111011010110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EA2; }

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

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

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

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

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

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

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

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