#DD8EA3

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

Shades of Kobi #DD8EA3

Tints of Kobi #DD8EA3

Color information

#DD8EA3 (or 0xDD8EA3) is unknown color: approx Kobi. HEX triplet: DD, 8E and A3. RGB value is (221,142,163). Sum of RGB (Red+Green+Blue) = 221+142+163=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EA3 is #22715C. Grayscale: #A8A8A8. Windows color (decimal): -2257245 or 10718941. OLE color: 10718941.

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

Color convert

RGB221142163-
CMYK00.360.260.13
HSL344.05º53.74%71.18%-
HSV(B)344.05º35.75%86.67%-
XYZ46.137.3639.43-
YUV168.02125.17165.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=42.02%
G=27.00%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114216300.360.260.13344.0553.7471.18
HexDD8EA30241AD1583647
Octal335216243044321553066107
Binary11011101100011101010001101001001101011011010110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EA3; }

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

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

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

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

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

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

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

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