#DA98AB

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

Shades of Kobi #DA98AB

Tints of Kobi #DA98AB

Color information

#DA98AB (or 0xDA98AB) is unknown color: approx Kobi. HEX triplet: DA, 98 and AB. RGB value is (218,152,171). Sum of RGB (Red+Green+Blue) = 218+152+171=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98AB is #256754. Grayscale: #ADADAD. Windows color (decimal): -2451285 or 11245786. OLE color: 11245786.

HSL color Cylindrical-coordinate representation of color #DA98AB: hue angle of 342.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98AB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218152171-
CMYK00.300.220.15
HSL342.73º47.14%72.55%-
HSV(B)342.73º30.28%85.49%-
XYZ47.4940.343.8-
YUV173.9126.37159.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=40.30%
G=28.10%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815217100.300.220.15342.7347.1472.55
HexDA98AB01E16F1572f49
Octal332230253036261752757111
Binary1101101010011000101010110111101011011111010101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98AB; }

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

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

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

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

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

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

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

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