#DFA1B6

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

Shades of Kobi #DFA1B6

Tints of Kobi #DFA1B6

Color information

#DFA1B6 (or 0xDFA1B6) is unknown color: approx Kobi. HEX triplet: DF, A1 and B6. RGB value is (223,161,182). Sum of RGB (Red+Green+Blue) = 223+161+182=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA1B6 is #205E49. Grayscale: #B5B5B5. Windows color (decimal): -2121290 or 11968991. OLE color: 11968991.

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

Color convert

RGB223161182-
CMYK00.280.180.13
HSL339.68º49.21%75.29%-
HSV(B)339.68º27.8%87.45%-
XYZ51.6244.5650.14-
YUV181.93128.04157.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=39.40%
G=28.45%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316118200.280.180.13339.6849.2175.29
HexDFA1B601C12D154314b
Octal337241266034221552461113
Binary1101111110100001101101100111001001011011010101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1B6; }

 p { color: rgb(223,161,182); }

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

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

 a { background-color: rgb(223,161,182); }

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

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

 span { border-color: rgb(223,161,182); }

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