#DD9EAE

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

Shades of Kobi #DD9EAE

Tints of Kobi #DD9EAE

Color information

#DD9EAE (or 0xDD9EAE) is unknown color: approx Kobi. HEX triplet: DD, 9E and AE. RGB value is (221,158,174). Sum of RGB (Red+Green+Blue) = 221+158+174=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAE is #226151. Grayscale: #B2B2B2. Windows color (decimal): -2253138 or 11443933. OLE color: 11443933.

HSL color Cylindrical-coordinate representation of color #DD9EAE: hue angle of 344.76º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EAE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221158174-
CMYK00.290.210.13
HSL344.76º48.09%74.31%-
HSV(B)344.76º28.51%86.67%-
XYZ49.6942.8845.7-
YUV178.66125.37158.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=39.96%
G=28.57%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115817400.290.210.13344.7648.0974.31
HexDD9EAE01D15D159304a
Octal335236256035251553160112
Binary1101110110011110101011100111011010111011010110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EAE; }

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

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

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

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

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

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

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

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