#DD9EB5

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

Shades of Kobi #DD9EB5

Tints of Kobi #DD9EB5

Color information

#DD9EB5 (or 0xDD9EB5) is unknown color: approx Kobi. HEX triplet: DD, 9E and B5. RGB value is (221,158,181). Sum of RGB (Red+Green+Blue) = 221+158+181=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EB5 is #22614A. Grayscale: #B3B3B3. Windows color (decimal): -2253131 or 11902685. OLE color: 11902685.

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

Color convert

RGB221158181-
CMYK00.290.180.13
HSL338.1º48.09%74.31%-
HSV(B)338.1º28.51%86.67%-
XYZ50.3943.1649.39-
YUV179.46128.87157.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=39.46%
G=28.21%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115818100.290.180.13338.148.0974.31
HexDD9EB501D12D152304a
Octal335236265035221552260112
Binary1101110110011110101101010111011001011011010100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EB5; }

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

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

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

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

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

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

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

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