#DD9CAC

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

Shades of Kobi #DD9CAC

Tints of Kobi #DD9CAC

Color information

#DD9CAC (or 0xDD9CAC) is unknown color: approx Kobi. HEX triplet: DD, 9C and AC. RGB value is (221,156,172). Sum of RGB (Red+Green+Blue) = 221+156+172=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAC is #226353. Grayscale: #B1B1B1. Windows color (decimal): -2253652 or 11312349. OLE color: 11312349.

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

Color convert

RGB221156172-
CMYK00.290.220.13
HSL345.23º48.87%73.92%-
HSV(B)345.23º29.41%86.67%-
XYZ49.1542.1344.57-
YUV177.26125.03159.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=40.26%
G=28.42%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115617200.290.220.13345.2348.8773.92
HexDD9CAC01D16D159314a
Octal335234254035261553161112
Binary1101110110011100101011000111011011011011010110011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CAC; }

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

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

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

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

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

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

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

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