#DF9AAF

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

Shades of Kobi #DF9AAF

Tints of Kobi #DF9AAF

Color information

#DF9AAF (or 0xDF9AAF) is unknown color: approx Kobi. HEX triplet: DF, 9A and AF. RGB value is (223,154,175). Sum of RGB (Red+Green+Blue) = 223+154+175=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AAF is #206550. Grayscale: #B1B1B1. Windows color (decimal): -2123089 or 11508447. OLE color: 11508447.

HSL color Cylindrical-coordinate representation of color #DF9AAF: hue angle of 341.74º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AAF is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223154175-
CMYK00.310.220.13
HSL341.74º51.88%73.92%-
HSV(B)341.74º30.94%87.45%-
XYZ49.7241.8946.02-
YUV177.02126.86160.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=40.40%
G=27.90%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315417500.310.220.13341.7451.8873.92
HexDF9AAF01F16D156344a
Octal337232257037261552664112
Binary1101111110011010101011110111111011011011010101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AAF; }

 p { color: rgb(223,154,175); }

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

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

 a { background-color: rgb(223,154,175); }

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

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

 span { border-color: rgb(223,154,175); }

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