#D99DAB

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

Shades of Kobi #D99DAB

Tints of Kobi #D99DAB

Color information

#D99DAB (or 0xD99DAB) is unknown color: approx Kobi. HEX triplet: D9, 9D and AB. RGB value is (217,157,171). Sum of RGB (Red+Green+Blue) = 217+157+171=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DAB is #266254. Grayscale: #B0B0B0. Windows color (decimal): -2515541 or 11247065. OLE color: 11247065.

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

Color convert

RGB217157171-
CMYK00.280.210.15
HSL346º44.12%73.33%-
HSV(B)346º27.65%85.1%-
XYZ48.0241.8144.07-
YUV176.54124.88156.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=39.82%
G=28.81%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715717100.280.210.1534644.1273.33
HexD99DAB01C15F15a2c49
Octal331235253034251753254111
Binary1101100110011101101010110111001010111111010110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DAB; }

 p { color: rgb(217,157,171); }

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

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

 a { background-color: rgb(217,157,171); }

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

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

 span { border-color: rgb(217,157,171); }

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