#DE8CB0

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

Shades of Kobi #DE8CB0

Tints of Kobi #DE8CB0

Color information

#DE8CB0 (or 0xDE8CB0) is unknown color: approx Kobi. HEX triplet: DE, 8C and B0. RGB value is (222,140,176). Sum of RGB (Red+Green+Blue) = 222+140+176=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8CB0 is #21734F. Grayscale: #A8A8A8. Windows color (decimal): -2192208 or 11570398. OLE color: 11570398.

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

Color convert

RGB222140176-
CMYK00.370.210.13
HSL333.66º55.41%70.98%-
HSV(B)333.66º36.94%87.06%-
XYZ47.3437.4245.8-
YUV168.62132.17166.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=41.26%
G=26.02%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214017600.370.210.13333.6655.4170.98
HexDE8CB002515D14e3747
Octal336214260045251551667107
Binary11011110100011001011000001001011010111011010011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CB0; }

 p { color: rgb(222,140,176); }

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

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

 a { background-color: rgb(222,140,176); }

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

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

 span { border-color: rgb(222,140,176); }

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