#D397AB

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

Shades of Kobi #D397AB

Tints of Kobi #D397AB

Color information

#D397AB (or 0xD397AB) is unknown color: approx Kobi. HEX triplet: D3, 97 and AB. RGB value is (211,151,171). Sum of RGB (Red+Green+Blue) = 211+151+171=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AB is #2C6854. Grayscale: #ABABAB. Windows color (decimal): -2910293 or 11245523. OLE color: 11245523.

HSL color Cylindrical-coordinate representation of color #D397AB: hue angle of 340º degrees, saturation: 0.41, 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 #D397AB is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211151171-
CMYK00.280.190.17
HSL340º40.54%70.98%-
HSV(B)340º28.44%82.75%-
XYZ45.2838.9243.65-
YUV171.22127.88156.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=39.59%
G=28.33%
B=32.08%

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
Decimal21115117100.280.190.1734040.5470.98
HexD397AB01C13111542947
Octal323227253034232152451107
Binary11010011100101111010101101110010011100011010101001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397AB; }

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

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

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

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

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

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

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

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