#DD9EAA

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

Shades of Kobi #DD9EAA

Tints of Kobi #DD9EAA

Color information

#DD9EAA (or 0xDD9EAA) is unknown color: approx Kobi. HEX triplet: DD, 9E and AA. RGB value is (221,158,170). Sum of RGB (Red+Green+Blue) = 221+158+170=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EAA is #226155. Grayscale: #B2B2B2. Windows color (decimal): -2253142 or 11181789. OLE color: 11181789.

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

Color convert

RGB221158170-
CMYK00.290.230.13
HSL348.57º48.09%74.31%-
HSV(B)348.57º28.51%86.67%-
XYZ49.342.7343.68-
YUV178.2123.37158.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=40.26%
G=28.78%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115817000.290.230.13348.5748.0974.31
HexDD9EAA01D17D15d304a
Octal335236252035271553560112
Binary1101110110011110101010100111011011111011010111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EAA; }

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

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

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

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

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

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

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

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