#DD9CAD

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

Shades of Kobi #DD9CAD

Tints of Kobi #DD9CAD

Color information

#DD9CAD (or 0xDD9CAD) is unknown color: approx Kobi. HEX triplet: DD, 9C and AD. RGB value is (221,156,173). Sum of RGB (Red+Green+Blue) = 221+156+173=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CAD is #226352. Grayscale: #B1B1B1. Windows color (decimal): -2253651 or 11377885. OLE color: 11377885.

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

Color convert

RGB221156173-
CMYK00.290.220.13
HSL344.31º48.87%73.92%-
HSV(B)344.31º29.41%86.67%-
XYZ49.2542.1745.08-
YUV177.37125.53159.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=40.18%
G=28.36%
B=31.45%

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
Decimal22115617300.290.220.13344.3148.8773.92
HexDD9CAD01D16D158314a
Octal335234255035261553061112
Binary1101110110011100101011010111011011011011010110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CAD; }

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

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

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

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

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

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

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

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