#DE9BAD

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

Shades of Kobi #DE9BAD

Tints of Kobi #DE9BAD

Color information

#DE9BAD (or 0xDE9BAD) is unknown color: approx Kobi. HEX triplet: DE, 9B and AD. RGB value is (222,155,173). Sum of RGB (Red+Green+Blue) = 222+155+173=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9BAD is #216452. Grayscale: #B1B1B1. Windows color (decimal): -2188371 or 11377630. OLE color: 11377630.

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

Color convert

RGB222155173-
CMYK00.300.220.13
HSL343.88º50.38%73.92%-
HSV(B)343.88º30.18%87.06%-
XYZ49.3941.9945.04-
YUV177.08125.7160.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=40.36%
G=28.18%
B=31.45%

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
Decimal22215517300.300.220.13343.8850.3873.92
HexDE9BAD01E16D158324a
Octal336233255036261553062112
Binary1101111010011011101011010111101011011011010110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BAD; }

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

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

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

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

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

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

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

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