#D990AB

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

Shades of Kobi #D990AB

Tints of Kobi #D990AB

Color information

#D990AB (or 0xD990AB) is unknown color: approx Kobi. HEX triplet: D9, 90 and AB. RGB value is (217,144,171). Sum of RGB (Red+Green+Blue) = 217+144+171=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D990AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D990AB is #266F54. Grayscale: #A8A8A8. Windows color (decimal): -2518869 or 11243737. OLE color: 11243737.

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

Color convert

RGB217144171-
CMYK00.340.210.15
HSL337.81º48.99%70.78%-
HSV(B)337.81º33.64%85.1%-
XYZ45.9437.6443.37-
YUV168.9129.18162.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=40.79%
G=27.07%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714417100.340.210.15337.8148.9970.78
HexD990AB02215F1523147
Octal331220253042251752261107
Binary11011001100100001010101101000101010111111010100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990AB; }

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

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

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

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

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

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

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

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