#DE9CB5

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

Shades of Kobi #DE9CB5

Tints of Kobi #DE9CB5

Color information

#DE9CB5 (or 0xDE9CB5) is unknown color: approx Kobi. HEX triplet: DE, 9C and B5. RGB value is (222,156,181). Sum of RGB (Red+Green+Blue) = 222+156+181=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CB5 is #21634A. Grayscale: #B2B2B2. Windows color (decimal): -2188107 or 11902174. OLE color: 11902174.

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

Color convert

RGB222156181-
CMYK00.300.180.13
HSL337.27º50%74.12%-
HSV(B)337.27º29.73%87.06%-
XYZ50.3542.6449.29-
YUV178.58129.37158.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=39.71%
G=27.91%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215618100.300.180.13337.275074.12
HexDE9CB501E12D151324a
Octal336234265036221552162112
Binary1101111010011100101101010111101001011011010100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CB5; }

 p { color: rgb(222,156,181); }

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

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

 a { background-color: rgb(222,156,181); }

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

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

 span { border-color: rgb(222,156,181); }

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