#DE9BB3

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

Shades of Kobi #DE9BB3

Tints of Kobi #DE9BB3

Color information

#DE9BB3 (or 0xDE9BB3) is unknown color: approx Kobi. HEX triplet: DE, 9B and B3. RGB value is (222,155,179). Sum of RGB (Red+Green+Blue) = 222+155+179=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BB3 is #21644C. Grayscale: #B1B1B1. Windows color (decimal): -2188365 or 11770846. OLE color: 11770846.

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

Color convert

RGB222155179-
CMYK00.300.190.13
HSL338.51º50.38%73.92%-
HSV(B)338.51º30.18%87.06%-
XYZ49.9842.2348.16-
YUV177.77128.7159.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=39.93%
G=27.88%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215517900.300.190.13338.5150.3873.92
HexDE9BB301E13D153324a
Octal336233263036231552362112
Binary1101111010011011101100110111101001111011010100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BB3; }

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

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

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

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

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

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

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

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