#DE9BAE

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

Shades of Kobi #DE9BAE

Tints of Kobi #DE9BAE

Color information

#DE9BAE (or 0xDE9BAE) is unknown color: approx Kobi. HEX triplet: DE, 9B and AE. RGB value is (222,155,174). Sum of RGB (Red+Green+Blue) = 222+155+174=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9BAE is #216451. Grayscale: #B1B1B1. Windows color (decimal): -2188370 or 11443166. OLE color: 11443166.

HSL color Cylindrical-coordinate representation of color #DE9BAE: hue angle of 342.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9BAE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222155174-
CMYK00.300.220.13
HSL342.99º50.38%73.92%-
HSV(B)342.99º30.18%87.06%-
XYZ49.4942.0345.55-
YUV177.2126.2159.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=40.29%
G=28.13%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215517400.300.220.13342.9950.3873.92
HexDE9BAE01E16D157324a
Octal336233256036261552762112
Binary1101111010011011101011100111101011011011010101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BAE; }

 p { color: rgb(222,155,174); }

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

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

 a { background-color: rgb(222,155,174); }

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

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

 span { border-color: rgb(222,155,174); }

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