#DD8EAE

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

Shades of Kobi #DD8EAE

Tints of Kobi #DD8EAE

Color information

#DD8EAE (or 0xDD8EAE) is unknown color: approx Kobi. HEX triplet: DD, 8E and AE. RGB value is (221,142,174). Sum of RGB (Red+Green+Blue) = 221+142+174=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8EAE is #227151. Grayscale: #A9A9A9. Windows color (decimal): -2257234 or 11439837. OLE color: 11439837.

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

Color convert

RGB221142174-
CMYK00.360.210.13
HSL335.7º53.74%71.18%-
HSV(B)335.7º35.75%86.67%-
XYZ47.1337.7744.85-
YUV169.27130.67164.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=41.15%
G=26.44%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114217400.360.210.13335.753.7471.18
HexDD8EAE02415D1503647
Octal335216256044251552066107
Binary11011101100011101010111001001001010111011010100001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8EAE; }

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

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

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

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

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

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

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

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