#DF9EAC

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

Shades of Kobi #DF9EAC

Tints of Kobi #DF9EAC

Color information

#DF9EAC (or 0xDF9EAC) is unknown color: approx Kobi. HEX triplet: DF, 9E and AC. RGB value is (223,158,172). Sum of RGB (Red+Green+Blue) = 223+158+172=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9EAC is #206153. Grayscale: #B3B3B3. Windows color (decimal): -2122068 or 11312863. OLE color: 11312863.

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

Color convert

RGB223158172-
CMYK00.290.230.13
HSL347.08º50.39%74.71%-
HSV(B)347.08º29.15%87.45%-
XYZ50.143.1244.71-
YUV179.03124.03159.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=40.33%
G=28.57%
B=31.10%

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
Decimal22315817200.290.230.13347.0850.3974.71
HexDF9EAC01D17D15b324b
Octal337236254035271553362113
Binary1101111110011110101011000111011011111011010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EAC; }

 p { color: rgb(223,158,172); }

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

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

 a { background-color: rgb(223,158,172); }

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

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

 span { border-color: rgb(223,158,172); }

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