#DD9EB0

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

Shades of Kobi #DD9EB0

Tints of Kobi #DD9EB0

Color information

#DD9EB0 (or 0xDD9EB0) is unknown color: approx Kobi. HEX triplet: DD, 9E and B0. RGB value is (221,158,176). Sum of RGB (Red+Green+Blue) = 221+158+176=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EB0 is #22614F. Grayscale: #B2B2B2. Windows color (decimal): -2253136 or 11575005. OLE color: 11575005.

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

Color convert

RGB221158176-
CMYK00.290.200.13
HSL342.86º48.09%74.31%-
HSV(B)342.86º28.51%86.67%-
XYZ49.8842.9646.74-
YUV178.89126.37158.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=39.82%
G=28.47%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115817600.290.200.13342.8648.0974.31
HexDD9EB001D14D157304a
Octal335236260035241552760112
Binary1101110110011110101100000111011010011011010101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EB0; }

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

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

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

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

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

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

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

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