#D098AB

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

Shades of Kobi #D098AB

Tints of Kobi #D098AB

Color information

#D098AB (or 0xD098AB) is unknown color: approx Kobi. HEX triplet: D0, 98 and AB. RGB value is (208,152,171). Sum of RGB (Red+Green+Blue) = 208+152+171=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D098AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098AB is #2F6754. Grayscale: #AAAAAA. Windows color (decimal): -3106645 or 11245776. OLE color: 11245776.

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

Color convert

RGB208152171-
CMYK00.270.180.18
HSL339.64º37.33%70.59%-
HSV(B)339.64º26.92%81.57%-
XYZ44.5938.8143.67-
YUV170.91128.05154.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=39.17%
G=28.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815217100.270.180.18339.6437.3370.59
HexD098AB01B12121542547
Octal320230253033222252445107
Binary11010000100110001010101101101110010100101010101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098AB; }

 p { color: rgb(208,152,171); }

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

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

 a { background-color: rgb(208,152,171); }

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

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

 span { border-color: rgb(208,152,171); }

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