#DE8AAF

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

Shades of Kobi #DE8AAF

Tints of Kobi #DE8AAF

Color information

#DE8AAF (or 0xDE8AAF) is unknown color: approx Kobi. HEX triplet: DE, 8A and AF. RGB value is (222,138,175). Sum of RGB (Red+Green+Blue) = 222+138+175=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8AAF is #217550. Grayscale: #A7A7A7. Windows color (decimal): -2192721 or 11504350. OLE color: 11504350.

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

Color convert

RGB222138175-
CMYK00.380.210.13
HSL333.57º56%70.59%-
HSV(B)333.57º37.84%87.06%-
XYZ46.9536.845.19-
YUV167.33132.33166.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=41.50%
G=25.79%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213817500.380.210.13333.575670.59
HexDE8AAF02615D14e3847
Octal336212257046251551670107
Binary11011110100010101010111101001101010111011010011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8AAF; }

 p { color: rgb(222,138,175); }

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

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

 a { background-color: rgb(222,138,175); }

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

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

 span { border-color: rgb(222,138,175); }

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