#DD9CB2

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

Shades of Kobi #DD9CB2

Tints of Kobi #DD9CB2

Color information

#DD9CB2 (or 0xDD9CB2) is unknown color: approx Kobi. HEX triplet: DD, 9C and B2. RGB value is (221,156,178). Sum of RGB (Red+Green+Blue) = 221+156+178=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CB2 is #22634D. Grayscale: #B1B1B1. Windows color (decimal): -2253646 or 11705565. OLE color: 11705565.

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

Color convert

RGB221156178-
CMYK00.290.190.13
HSL339.69º48.87%73.92%-
HSV(B)339.69º29.41%86.67%-
XYZ49.7442.3647.67-
YUV177.94128.03158.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=39.82%
G=28.11%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115617800.290.190.13339.6948.8773.92
HexDD9CB201D13D154314a
Octal335234262035231552461112
Binary1101110110011100101100100111011001111011010101001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CB2; }

 p { color: rgb(221,156,178); }

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

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

 a { background-color: rgb(221,156,178); }

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

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

 span { border-color: rgb(221,156,178); }

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