#D99FAB

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

Shades of Kobi #D99FAB

Tints of Kobi #D99FAB

Color information

#D99FAB (or 0xD99FAB) is unknown color: approx Kobi. HEX triplet: D9, 9F and AB. RGB value is (217,159,171). Sum of RGB (Red+Green+Blue) = 217+159+171=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FAB is #266054. Grayscale: #B1B1B1. Windows color (decimal): -2515029 or 11247577. OLE color: 11247577.

HSL color Cylindrical-coordinate representation of color #D99FAB: hue angle of 347.59º degrees, saturation: 0.43, 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 #D99FAB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217159171-
CMYK00.270.210.15
HSL347.59º43.28%73.73%-
HSV(B)347.59º26.73%85.1%-
XYZ48.3642.4944.18-
YUV177.71124.22156.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=39.67%
G=29.07%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715917100.270.210.15347.5943.2873.73
HexD99FAB01B15F15c2b4a
Octal331237253033251753453112
Binary1101100110011111101010110110111010111111010111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FAB; }

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

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

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

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

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

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

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

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