#DF8AAE

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

Shades of Kobi #DF8AAE

Tints of Kobi #DF8AAE

Color information

#DF8AAE (or 0xDF8AAE) is unknown color: approx Kobi. HEX triplet: DF, 8A and AE. RGB value is (223,138,174). Sum of RGB (Red+Green+Blue) = 223+138+174=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8AAE is #207551. Grayscale: #A7A7A7. Windows color (decimal): -2127186 or 11438815. OLE color: 11438815.

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

Color convert

RGB223138174-
CMYK00.380.220.13
HSL334.59º57.05%70.78%-
HSV(B)334.59º38.12%87.45%-
XYZ47.1636.9244.69-
YUV167.52131.66167.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=41.68%
G=25.79%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313817400.380.220.13334.5957.0570.78
HexDF8AAE02616D14f3947
Octal337212256046261551771107
Binary11011111100010101010111001001101011011011010011111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8AAE; }

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

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

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

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

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

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

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

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