#DE9CB3

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

Shades of Kobi #DE9CB3

Tints of Kobi #DE9CB3

Color information

#DE9CB3 (or 0xDE9CB3) is unknown color: approx Kobi. HEX triplet: DE, 9C and B3. RGB value is (222,156,179). Sum of RGB (Red+Green+Blue) = 222+156+179=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CB3 is #21634C. Grayscale: #B2B2B2. Windows color (decimal): -2188109 or 11771102. OLE color: 11771102.

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

Color convert

RGB222156179-
CMYK00.300.190.13
HSL339.09º50%74.12%-
HSV(B)339.09º29.73%87.06%-
XYZ50.1542.5648.22-
YUV178.36128.37159.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=39.86%
G=28.01%
B=32.14%

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
Decimal22215617900.300.190.13339.095074.12
HexDE9CB301E13D153324a
Octal336234263036231552362112
Binary1101111010011100101100110111101001111011010100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CB3; }

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

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

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

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

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

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

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

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