#DA99AB

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

Shades of Kobi #DA99AB

Tints of Kobi #DA99AB

Color information

#DA99AB (or 0xDA99AB) is unknown color: approx Kobi. HEX triplet: DA, 99 and AB. RGB value is (218,153,171). Sum of RGB (Red+Green+Blue) = 218+153+171=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99AB is #256654. Grayscale: #AEAEAE. Windows color (decimal): -2451029 or 11246042. OLE color: 11246042.

HSL color Cylindrical-coordinate representation of color #DA99AB: hue angle of 343.38º 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 #DA99AB is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218153171-
CMYK00.300.220.15
HSL343.38º46.76%72.75%-
HSV(B)343.38º29.82%85.49%-
XYZ47.6640.6343.86-
YUV174.49126.03159.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=40.22%
G=28.23%
B=31.55%

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
Decimal21815317100.300.220.15343.3846.7672.75
HexDA99AB01E16F1572f49
Octal332231253036261752757111
Binary1101101010011001101010110111101011011111010101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99AB; }

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

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

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

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

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

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

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

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