#D399AE

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

Shades of Kobi #D399AE

Tints of Kobi #D399AE

Color information

#D399AE (or 0xD399AE) is unknown color: approx Kobi. HEX triplet: D3, 99 and AE. RGB value is (211,153,174). Sum of RGB (Red+Green+Blue) = 211+153+174=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D399AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399AE is #2C6651. Grayscale: #ACACAC. Windows color (decimal): -2909778 or 11442643. OLE color: 11442643.

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

Color convert

RGB211153174-
CMYK00.270.180.17
HSL338.28º39.73%71.37%-
HSV(B)338.28º27.49%82.75%-
XYZ45.939.6945.29-
YUV172.74128.72155.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=39.22%
G=28.44%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115317400.270.180.17338.2839.7371.37
HexD399AE01B12111522847
Octal323231256033222152250107
Binary11010011100110011010111001101110010100011010100101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399AE; }

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

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

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

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

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

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

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

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