#D998AB

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

Shades of Kobi #D998AB

Tints of Kobi #D998AB

Color information

#D998AB (or 0xD998AB) is unknown color: approx Kobi. HEX triplet: D9, 98 and AB. RGB value is (217,152,171). Sum of RGB (Red+Green+Blue) = 217+152+171=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D998AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998AB is #266754. Grayscale: #ADADAD. Windows color (decimal): -2516821 or 11245785. OLE color: 11245785.

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

Color convert

RGB217152171-
CMYK00.300.210.15
HSL342.46º46.1%72.35%-
HSV(B)342.46º29.95%85.1%-
XYZ47.1940.1543.79-
YUV173.6126.53158.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=40.19%
G=28.15%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715217100.300.210.15342.4646.172.35
HexD998AB01E15F1562e48
Octal331230253036251752656110
Binary1101100110011000101010110111101010111111010101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998AB; }

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

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

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

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

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

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

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

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