#DA9FAB

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

Shades of Kobi #DA9FAB

Tints of Kobi #DA9FAB

Color information

#DA9FAB (or 0xDA9FAB) is unknown color: approx Kobi. HEX triplet: DA, 9F and AB. RGB value is (218,159,171). Sum of RGB (Red+Green+Blue) = 218+159+171=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FAB is #256054. Grayscale: #B2B2B2. Windows color (decimal): -2449493 or 11247578. OLE color: 11247578.

HSL color Cylindrical-coordinate representation of color #DA9FAB: hue angle of 347.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FAB is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218159171-
CMYK00.270.220.15
HSL347.8º44.36%73.92%-
HSV(B)347.8º27.06%85.49%-
XYZ48.6642.6444.19-
YUV178.01124.05156.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=39.78%
G=29.01%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815917100.270.220.15347.844.3673.92
HexDA9FAB01B16F15c2c4a
Octal332237253033261753454112
Binary1101101010011111101010110110111011011111010111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FAB; }

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

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

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

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

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

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

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

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