#DF99B5

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

Shades of Kobi #DF99B5

Tints of Kobi #DF99B5

Color information

#DF99B5 (or 0xDF99B5) is unknown color: approx Kobi. HEX triplet: DF, 99 and B5. RGB value is (223,153,181). Sum of RGB (Red+Green+Blue) = 223+153+181=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99B5 is #20664A. Grayscale: #B1B1B1. Windows color (decimal): -2123339 or 11901407. OLE color: 11901407.

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

Color convert

RGB223153181-
CMYK00.310.190.13
HSL336º52.24%73.73%-
HSV(B)336º31.39%87.45%-
XYZ50.1641.8149.14-
YUV177.12130.19160.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=40.04%
G=27.47%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315318100.310.190.1333652.2473.73
HexDF99B501F13D150344a
Octal337231265037231552064112
Binary1101111110011001101101010111111001111011010100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99B5; }

 p { color: rgb(223,153,181); }

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

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

 a { background-color: rgb(223,153,181); }

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

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

 span { border-color: rgb(223,153,181); }

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