#DC97AB

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

Shades of Kobi #DC97AB

Tints of Kobi #DC97AB

Color information

#DC97AB (or 0xDC97AB) is unknown color: approx Kobi. HEX triplet: DC, 97 and AB. RGB value is (220,151,171). Sum of RGB (Red+Green+Blue) = 220+151+171=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97AB is #236854. Grayscale: #ADADAD. Windows color (decimal): -2320469 or 11245532. OLE color: 11245532.

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

Color convert

RGB220151171-
CMYK00.310.220.14
HSL342.61º49.64%72.75%-
HSV(B)342.61º31.36%86.27%-
XYZ47.9340.2943.78-
YUV173.91126.36160.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=40.59%
G=27.86%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117100.310.220.14342.6149.6472.75
HexDC97AB01F16E1573249
Octal334227253037261652762111
Binary1101110010010111101010110111111011011101010101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97AB; }

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

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

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

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

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

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

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

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