#DF9FAB

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

Shades of Kobi #DF9FAB

Tints of Kobi #DF9FAB

Color information

#DF9FAB (or 0xDF9FAB) is unknown color: approx Kobi. HEX triplet: DF, 9F and AB. RGB value is (223,159,171). Sum of RGB (Red+Green+Blue) = 223+159+171=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9FAB is #206054. Grayscale: #B3B3B3. Windows color (decimal): -2121813 or 11247583. OLE color: 11247583.

HSL color Cylindrical-coordinate representation of color #DF9FAB: hue angle of 348.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FAB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223159171-
CMYK00.290.230.13
HSL348.75º50%74.9%-
HSV(B)348.75º28.7%87.45%-
XYZ50.1843.4244.27-
YUV179.5123.2159.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=40.33%
G=28.75%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315917100.290.230.13348.755074.9
HexDF9FAB01D17D15d324b
Octal337237253035271553562113
Binary1101111110011111101010110111011011111011010111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FAB; }

 p { color: rgb(223,159,171); }

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

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

 a { background-color: rgb(223,159,171); }

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

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

 span { border-color: rgb(223,159,171); }

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