#D398AB

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

Shades of Kobi #D398AB

Tints of Kobi #D398AB

Color information

#D398AB (or 0xD398AB) is unknown color: approx Kobi. HEX triplet: D3, 98 and AB. RGB value is (211,152,171). Sum of RGB (Red+Green+Blue) = 211+152+171=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AB is #2C6754. Grayscale: #ABABAB. Windows color (decimal): -2910037 or 11245779. OLE color: 11245779.

HSL color Cylindrical-coordinate representation of color #D398AB: hue angle of 340.68º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398AB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211152171-
CMYK00.280.190.17
HSL340.68º40.14%71.18%-
HSV(B)340.68º27.96%82.75%-
XYZ45.4439.2543.71-
YUV171.81127.55155.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=39.51%
G=28.46%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115217100.280.190.17340.6840.1471.18
HexD398AB01C13111552847
Octal323230253034232152550107
Binary11010011100110001010101101110010011100011010101011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398AB; }

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

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

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

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

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

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

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

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