#DF8AAB

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

Shades of Kobi #DF8AAB

Tints of Kobi #DF8AAB

Color information

#DF8AAB (or 0xDF8AAB) is unknown color: approx Kobi. HEX triplet: DF, 8A and AB. RGB value is (223,138,171). Sum of RGB (Red+Green+Blue) = 223+138+171=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAB is #207554. Grayscale: #A7A7A7. Windows color (decimal): -2127189 or 11242207. OLE color: 11242207.

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

Color convert

RGB223138171-
CMYK00.380.230.13
HSL336.71º57.05%70.78%-
HSV(B)336.71º38.12%87.45%-
XYZ46.8736.8143.16-
YUV167.18130.16167.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=41.92%
G=25.94%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313817100.380.230.13336.7157.0570.78
HexDF8AAB02617D1513947
Octal337212253046271552171107
Binary11011111100010101010101101001101011111011010100011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AAB; }

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

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

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

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

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

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

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

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