#DA8EA6

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

Shades of Kobi #DA8EA6

Tints of Kobi #DA8EA6

Color information

#DA8EA6 (or 0xDA8EA6) is unknown color: approx Kobi. HEX triplet: DA, 8E and A6. RGB value is (218,142,166). Sum of RGB (Red+Green+Blue) = 218+142+166=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8EA6 is #257159. Grayscale: #A7A7A7. Windows color (decimal): -2453850 or 10915546. OLE color: 10915546.

HSL color Cylindrical-coordinate representation of color #DA8EA6: hue angle of 341.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8EA6 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218142166-
CMYK00.350.240.15
HSL341.05º50.67%70.59%-
HSV(B)341.05º34.86%85.49%-
XYZ45.473740.82-
YUV167.46127.18164.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=41.44%
G=27.00%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814216600.350.240.15341.0550.6770.59
HexDA8EA602318F1553347
Octal332216246043301752563107
Binary11011010100011101010011001000111100011111010101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EA6; }

 p { color: rgb(218,142,166); }

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

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

 a { background-color: rgb(218,142,166); }

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

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

 span { border-color: rgb(218,142,166); }

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