#DE99B0

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

Shades of Kobi #DE99B0

Tints of Kobi #DE99B0

Color information

#DE99B0 (or 0xDE99B0) is unknown color: approx Kobi. HEX triplet: DE, 99 and B0. RGB value is (222,153,176). Sum of RGB (Red+Green+Blue) = 222+153+176=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99B0 is #21664F. Grayscale: #B0B0B0. Windows color (decimal): -2188880 or 11573726. OLE color: 11573726.

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

Color convert

RGB222153176-
CMYK00.310.210.13
HSL340º51.11%73.53%-
HSV(B)340º31.08%87.06%-
XYZ49.3541.4546.47-
YUV176.25127.86160.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.29%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 176 (69.14% from 255) = 31.94%
R=40.29%
G=27.77%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215317600.310.210.1334051.1173.53
HexDE99B001F15D154334a
Octal336231260037251552463112
Binary1101111010011001101100000111111010111011010101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99B0; }

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

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

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

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

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

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

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

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