#DC9EAB

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

Shades of Kobi #DC9EAB

Tints of Kobi #DC9EAB

Color information

#DC9EAB (or 0xDC9EAB) is unknown color: approx Kobi. HEX triplet: DC, 9E and AB. RGB value is (220,158,171). Sum of RGB (Red+Green+Blue) = 220+158+171=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EAB is #236154. Grayscale: #B2B2B2. Windows color (decimal): -2318677 or 11247324. OLE color: 11247324.

HSL color Cylindrical-coordinate representation of color #DC9EAB: hue angle of 347.42º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EAB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220158171-
CMYK00.280.220.14
HSL347.42º46.97%74.12%-
HSV(B)347.42º28.18%86.27%-
XYZ49.0942.6144.17-
YUV178.02124.04157.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=40.07%
G=28.78%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015817100.280.220.14347.4246.9774.12
HexDC9EAB01C16E15b2f4a
Octal334236253034261653357112
Binary1101110010011110101010110111001011011101010110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EAB; }

 p { color: rgb(220,158,171); }

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

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

 a { background-color: rgb(220,158,171); }

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

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

 span { border-color: rgb(220,158,171); }

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