#DA8CAE

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

Shades of Kobi #DA8CAE

Tints of Kobi #DA8CAE

Color information

#DA8CAE (or 0xDA8CAE) is unknown color: approx Kobi. HEX triplet: DA, 8C and AE. RGB value is (218,140,174). Sum of RGB (Red+Green+Blue) = 218+140+174=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8CAE is #257351. Grayscale: #A7A7A7. Windows color (decimal): -2454354 or 11439322. OLE color: 11439322.

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

Color convert

RGB218140174-
CMYK00.360.200.15
HSL333.85º51.32%70.2%-
HSV(B)333.85º35.78%85.49%-
XYZ45.9336.7244.71-
YUV167.2131.84164.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=40.98%
G=26.32%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814017400.360.200.15333.8551.3270.2
HexDA8CAE02414F14e3346
Octal332214256044241751663106
Binary11011010100011001010111001001001010011111010011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CAE; }

 p { color: rgb(218,140,174); }

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

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

 a { background-color: rgb(218,140,174); }

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

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

 span { border-color: rgb(218,140,174); }

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