#DC9EAA

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

Shades of Kobi #DC9EAA

Tints of Kobi #DC9EAA

Color information

#DC9EAA (or 0xDC9EAA) is unknown color: approx Kobi. HEX triplet: DC, 9E and AA. RGB value is (220,158,170). Sum of RGB (Red+Green+Blue) = 220+158+170=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EAA is #236155. Grayscale: #B1B1B1. Windows color (decimal): -2318678 or 11181788. OLE color: 11181788.

HSL color Cylindrical-coordinate representation of color #DC9EAA: hue angle of 348.39º 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 #DC9EAA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220158170-
CMYK00.280.230.14
HSL348.39º46.97%74.12%-
HSV(B)348.39º28.18%86.27%-
XYZ4942.5743.66-
YUV177.91123.54158.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=40.15%
G=28.83%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015817000.280.230.14348.3946.9774.12
HexDC9EAA01C17E15c2f4a
Octal334236252034271653457112
Binary1101110010011110101010100111001011111101010111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EAA; }

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

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

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

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

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

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

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

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