#D399AB

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

Shades of Kobi #D399AB

Tints of Kobi #D399AB

Color information

#D399AB (or 0xD399AB) is unknown color: approx Kobi. HEX triplet: D3, 99 and AB. RGB value is (211,153,171). Sum of RGB (Red+Green+Blue) = 211+153+171=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D399AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399AB is #2C6654. Grayscale: #ACACAC. Windows color (decimal): -2909781 or 11246035. OLE color: 11246035.

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

Color convert

RGB211153171-
CMYK00.270.190.17
HSL341.38º39.73%71.37%-
HSV(B)341.38º27.49%82.75%-
XYZ45.6139.5743.76-
YUV172.39127.22155.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=39.44%
G=28.60%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115317100.270.190.17341.3839.7371.37
HexD399AB01B13111552847
Octal323231253033232152550107
Binary11010011100110011010101101101110011100011010101011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399AB; }

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

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

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

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

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

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

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

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