#D999AB

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

Shades of Kobi #D999AB

Tints of Kobi #D999AB

Color information

#D999AB (or 0xD999AB) is unknown color: approx Kobi. HEX triplet: D9, 99 and AB. RGB value is (217,153,171). Sum of RGB (Red+Green+Blue) = 217+153+171=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AB is #266654. Grayscale: #AEAEAE. Windows color (decimal): -2516565 or 11246041. OLE color: 11246041.

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

Color convert

RGB217153171-
CMYK00.290.210.15
HSL343.12º45.71%72.55%-
HSV(B)343.12º29.49%85.1%-
XYZ47.3640.4743.84-
YUV174.19126.2158.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=40.11%
G=28.28%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715317100.290.210.15343.1245.7172.55
HexD999AB01D15F1572e49
Octal331231253035251752756111
Binary1101100110011001101010110111011010111111010101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999AB; }

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

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

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

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

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

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

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

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