#DE9AAF

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

Shades of Kobi #DE9AAF

Tints of Kobi #DE9AAF

Color information

#DE9AAF (or 0xDE9AAF) is unknown color: approx Kobi. HEX triplet: DE, 9A and AF. RGB value is (222,154,175). Sum of RGB (Red+Green+Blue) = 222+154+175=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9AAF is #216550. Grayscale: #B0B0B0. Windows color (decimal): -2188625 or 11508446. OLE color: 11508446.

HSL color Cylindrical-coordinate representation of color #DE9AAF: hue angle of 341.47º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AAF is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222154175-
CMYK00.310.210.13
HSL341.47º50.75%73.73%-
HSV(B)341.47º30.63%87.06%-
XYZ49.4241.7446.01-
YUV176.73127.03160.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=40.29%
G=27.95%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215417500.310.210.13341.4750.7573.73
HexDE9AAF01F15D155334a
Octal336232257037251552563112
Binary1101111010011010101011110111111010111011010101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AAF; }

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

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

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

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

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

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

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

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