#DA9DAB

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

Shades of Kobi #DA9DAB

Tints of Kobi #DA9DAB

Color information

#DA9DAB (or 0xDA9DAB) is unknown color: approx Kobi. HEX triplet: DA, 9D and AB. RGB value is (218,157,171). Sum of RGB (Red+Green+Blue) = 218+157+171=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9DAB is #256254. Grayscale: #B0B0B0. Windows color (decimal): -2450005 or 11247066. OLE color: 11247066.

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

Color convert

RGB218157171-
CMYK00.280.220.15
HSL346.23º45.19%73.53%-
HSV(B)346.23º27.98%85.49%-
XYZ48.3241.9644.08-
YUV176.84124.71157.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=39.93%
G=28.75%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815717100.280.220.15346.2345.1973.53
HexDA9DAB01C16F15a2d4a
Octal332235253034261753255112
Binary1101101010011101101010110111001011011111010110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DAB; }

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

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

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

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

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

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

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

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