#D397AE

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

Shades of Kobi #D397AE

Tints of Kobi #D397AE

Color information

#D397AE (or 0xD397AE) is unknown color: approx Kobi. HEX triplet: D3, 97 and AE. RGB value is (211,151,174). Sum of RGB (Red+Green+Blue) = 211+151+174=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AE is #2C6851. Grayscale: #ABABAB. Windows color (decimal): -2910290 or 11442131. OLE color: 11442131.

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

Color convert

RGB211151174-
CMYK00.280.180.17
HSL337º40.54%70.98%-
HSV(B)337º28.44%82.75%-
XYZ45.5739.0445.18-
YUV171.56129.38156.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.37%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=39.37%
G=28.17%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115117400.280.180.1733740.5470.98
HexD397AE01C12111512947
Octal323227256034222152151107
Binary11010011100101111010111001110010010100011010100011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397AE; }

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

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

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

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

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

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

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

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