#D99EA9

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

Shades of Kobi #D99EA9

Tints of Kobi #D99EA9

Color information

#D99EA9 (or 0xD99EA9) is unknown color: approx Kobi. HEX triplet: D9, 9E and A9. RGB value is (217,158,169). Sum of RGB (Red+Green+Blue) = 217+158+169=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99EA9 is #266156. Grayscale: #B0B0B0. Windows color (decimal): -2515287 or 11116249. OLE color: 11116249.

HSL color Cylindrical-coordinate representation of color #D99EA9: hue angle of 348.81º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EA9 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217158169-
CMYK00.270.220.15
HSL348.81º43.7%73.53%-
HSV(B)348.81º27.19%85.1%-
XYZ4842.0743.13-
YUV176.9123.55156.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=39.89%
G=29.04%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715816900.270.220.15348.8143.773.53
HexD99EA901B16F15d2c4a
Octal331236251033261753554112
Binary1101100110011110101010010110111011011111010111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EA9; }

 p { color: rgb(217,158,169); }

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

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

 a { background-color: rgb(217,158,169); }

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

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

 span { border-color: rgb(217,158,169); }

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