#D398AC

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

Shades of Kobi #D398AC

Tints of Kobi #D398AC

Color information

#D398AC (or 0xD398AC) is unknown color: approx Kobi. HEX triplet: D3, 98 and AC. RGB value is (211,152,172). Sum of RGB (Red+Green+Blue) = 211+152+172=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AC is #2C6753. Grayscale: #ABABAB. Windows color (decimal): -2910036 or 11311315. OLE color: 11311315.

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

Color convert

RGB211152172-
CMYK00.280.180.17
HSL339.66º40.14%71.18%-
HSV(B)339.66º27.96%82.75%-
XYZ45.5439.2844.21-
YUV171.92128.05155.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=39.44%
G=28.41%
B=32.15%

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
Decimal21115217200.280.180.17339.6640.1471.18
HexD398AC01C12111542847
Octal323230254034222152450107
Binary11010011100110001010110001110010010100011010101001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398AC; }

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

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

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

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

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

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

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

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